summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-08-27 03:11:25 +0200
committerDan McGee <dan@archlinux.org>2008-08-27 03:11:25 +0200
commit1c47500ea6d41bf9354155fca2e7c83fca368e1d (patch)
tree37ae5ea6d92a71aba7dd767b25f3c2fc6eb69a2c /src
parentd05882db9e417244fa580c4697b45333faffcc79 (diff)
parentafac773d1936cbd0ea18ea94155f21dcf9411fb7 (diff)
downloadpacman-1c47500ea6d41bf9354155fca2e7c83fca368e1d.tar.gz
pacman-1c47500ea6d41bf9354155fca2e7c83fca368e1d.tar.xz
Merge branch 'maint'
Diffstat (limited to 'src')
-rw-r--r--src/pacman/pacman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 83e713a8..155f8da0 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -134,7 +134,7 @@ static void usage(int op, const char * const myname)
printf(_(" --ignore <pkg> ignore a package upgrade (can be used more than once)\n"));
printf(_(" --ignoregroup <grp>\n"
" ignore a group upgrade (can be used more than once)\n"));
- printf(_(" -q --quiet show less information for query and search\n"));
+ printf(_(" -q, --quiet show less information for query and search\n"));
}
printf(_(" --config <path> set an alternate configuration file\n"));
printf(_(" --logfile <path> set an alternate log file\n"));