From aed3be5ee5f84eeca72a61f15f116ed62e58b5c9 Mon Sep 17 00:00:00 2001 From: ewt Date: Wed, 17 Jul 1996 20:00:21 +0000 Subject: [PATCH] minor spelling/spacing fixes CVS patchset: 873 CVS date: 1996/07/17 20:00:21 --- rpm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")); -- 2.7.4