summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-03-19 03:45:00 +0100
committerDan McGee <dan@archlinux.org>2007-03-19 03:45:00 +0100
commitcf6f184243a230b8f0b775269ced06a239827bd1 (patch)
tree22ea9593c4f065f8fbb59dc93c1b162d37beb959 /src/pacman/pacman.c
parentbf1885b1e02671b56db9514036ada81098380c88 (diff)
downloadpacman-cf6f184243a230b8f0b775269ced06a239827bd1.tar.gz
pacman-cf6f184243a230b8f0b775269ced06a239827bd1.tar.xz
* Updated Italian translation
Giovanni Scafora <linuxmania@gmail.com> * Many minor issues mentioned by Scott Horowitz <stonecrest@gmail.com>. - extra 'done' text in --noprogressbar output - missing flags in the pacman.8 manpage - unclear text in --noconfirm help description
Diffstat (limited to 'src/pacman/pacman.c')
-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 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 <pkg> ignore a package upgrade (can be used more than once)\n"));
}
printf(_(" --config <path> 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 <number> 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"));