diff options
author | Dan McGee <dan@archlinux.org> | 2008-08-26 20:11:25 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-26 20:11:25 -0500 |
commit | 1c47500ea6d41bf9354155fca2e7c83fca368e1d (patch) | |
tree | 37ae5ea6d92a71aba7dd767b25f3c2fc6eb69a2c /src | |
parent | d05882db9e417244fa580c4697b45333faffcc79 (diff) | |
parent | afac773d1936cbd0ea18ea94155f21dcf9411fb7 (diff) | |
download | pacman-1c47500ea6d41bf9354155fca2e7c83fca368e1d.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/pacman.c | 2 |
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")); |