From: ewt Date: Wed, 17 Jul 1996 20:00:21 +0000 (+0000) Subject: minor spelling/spacing fixes X-Git-Tag: rpm-4.4-release~4862 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aed3be5ee5f84eeca72a61f15f116ed62e58b5c9;p=platform%2Fupstream%2Frpm.git minor spelling/spacing fixes CVS patchset: 873 CVS date: 1996/07/17 20:00:21 --- diff --git a/rpm.c b/rpm.c index d2ecc2b..62c9fd7 100755 --- a/rpm.c +++ b/rpm.c @@ -109,7 +109,7 @@ void printHelp(void) { puts(_(" all modes support the following arguments")); puts(_(" --rcfile - use instead of /etc/rpmrc and $HOME/.rpmrc")); puts(_(" -v - be a little more verbose")); - puts(_(" -vv - be incredible verbose (for debugging)")); + puts(_(" -vv - be incredibly verbose (for debugging)")); puts(_(" -q - query mode")); puts(_(" --root - use as the top level directory")); puts(_(" --dbpath - use as the directory for the database")); @@ -145,7 +145,7 @@ void printHelp(void) { puts(_(" --install ")); puts(_(" -i - install package")); puts(_(" -h")); - puts(_(" --prefix - relocate the package to , if relocateable")); + puts(_(" --prefix - relocate the package to , if relocatable")); puts(_(" --dbpath - use as the directory for the database")); puts(_(" --hash - print hash marks as package installs (good with -v)")); puts(_(" --percent - print percentages as package installs"));