summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-08 06:24:17 +0100
committerDan McGee <dan@archlinux.org>2007-02-08 06:24:17 +0100
commita7df172bee9a0974594493c535e2494efaaed244 (patch)
treec18ad5045a89c0094de3f67566d1f59f7f67e228 /src
parent306914793cfe1ac55e4b85f5226f5c9491aa638a (diff)
downloadpacman-a7df172bee9a0974594493c535e2494efaaed244.tar.gz
pacman-a7df172bee9a0974594493c535e2494efaaed244.tar.xz
* Nice overhaul of manpages. It is at least a start.
* Alphabetized options in pacman usage.
Diffstat (limited to 'src')
-rw-r--r--src/pacman/pacman.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 8619fd94..48c986a2 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -88,11 +88,11 @@ static void usage(int op, char *myname)
printf(_("usage: %s {-h --help}\n"), myname);
printf(_(" %s {-V --version}\n"), myname);
printf(_(" %s {-A --add} [options] <file>\n"), myname);
- printf(_(" %s {-R --remove} [options] <package>\n"), myname);
- printf(_(" %s {-U --upgrade} [options] <file>\n"), myname);
printf(_(" %s {-F --freshen} [options] <file>\n"), myname);
printf(_(" %s {-Q --query} [options] [package]\n"), myname);
+ printf(_(" %s {-R --remove} [options] <package>\n"), myname);
printf(_(" %s {-S --sync} [options] [package]\n"), myname);
+ printf(_(" %s {-U --upgrade} [options] <file>\n"), myname);
printf(_("\nuse '%s --help' with other options for more syntax\n"), myname);
} else {
if(op == PM_OP_ADD) {