From ece3d3606ac273fb3e032dcffee82458deb0cd72 Mon Sep 17 00:00:00 2001 From: Roman Kyrylych Date: Mon, 25 Aug 2008 20:00:45 +0200 Subject: Add missing comma to -S --help message Signed-off-by: Xavier Chantry Signed-off-by: Dan McGee --- src/pacman/pacman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 04b5e491..81f07dac 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 ignore a package upgrade (can be used more than once)\n")); printf(_(" --ignoregroup \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 set an alternate configuration file\n")); printf(_(" --logfile set an alternate log file\n")); -- cgit v1.2.3-24-g4f1b