minor spelling/spacing fixes
authorewt <devnull@localhost>
Wed, 17 Jul 1996 20:00:21 +0000 (20:00 +0000)
committerewt <devnull@localhost>
Wed, 17 Jul 1996 20:00:21 +0000 (20:00 +0000)
CVS patchset: 873
CVS date: 1996/07/17 20:00:21

rpm.c

diff --git a/rpm.c b/rpm.c
index d2ecc2b..62c9fd7 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -109,7 +109,7 @@ void printHelp(void) {
     puts(_("   all modes support the following arguments"));
     puts(_("      --rcfile <file>     - use <file> 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 <dir>        - use <dir> as the top level directory"));
     puts(_("      --dbpath <dir>      - use <dir> as the directory for the database"));
@@ -145,7 +145,7 @@ void printHelp(void) {
     puts(_("    --install <packagefile>"));
     puts(_("    -i <packagefile>       - install package"));
     puts(_("       -h"));
-    puts(_("     --prefix <dir>    - relocate the package to <dir>, if relocateable"));
+    puts(_("     --prefix <dir>    - relocate the package to <dir>, if relocatable"));
     puts(_("      --dbpath <dir>    - use <dir> as the directory for the database"));
     puts(_("      --hash            - print hash marks as package installs (good with -v)"));
     puts(_("      --percent         - print percentages as package installs"));