From cf6f184243a230b8f0b775269ced06a239827bd1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 19 Mar 2007 02:45:00 +0000 Subject: * Updated Italian translation Giovanni Scafora * Many minor issues mentioned by Scott Horowitz . - extra 'done' text in --noprogressbar output - missing flags in the pacman.8 manpage - unclear text in --noconfirm help description --- src/pacman/pacman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/pacman.c') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 8d32c698..358b560a 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -151,7 +151,7 @@ static void usage(int op, char *myname) printf(_(" --ignore ignore a package upgrade (can be used more than once)\n")); } printf(_(" --config set an alternate configuration file\n")); - printf(_(" --noconfirm do not ask for anything confirmation\n")); + printf(_(" --noconfirm do not ask for any confirmation\n")); printf(_(" --ask pre-specify answers for questions (see manpage)\n")); printf(_(" --noprogressbar do not show a progress bar when downloading files\n")); printf(_(" --noscriptlet do not execute the install scriptlet if there is any\n")); -- cgit v1.2.3