added help message for --ignoresize
authorewt <devnull@localhost>
Sat, 27 Mar 1999 20:36:08 +0000 (20:36 +0000)
committerewt <devnull@localhost>
Sat, 27 Mar 1999 20:36:08 +0000 (20:36 +0000)
CVS patchset: 2919
CVS date: 1999/03/27 20:36:08

rpm.c

diff --git a/rpm.c b/rpm.c
index 7be8088..32dc727 100755 (executable)
--- a/rpm.c
+++ b/rpm.c
@@ -377,6 +377,8 @@ static void printHelp(void) {
                    "otherwise be skipped"));
     printHelpLine(  "      --ignorearch        ",
                  _("don't verify package architecture"));
+    printHelpLine(  "      --ignoresize        ",
+                 _("don't check disk space before installing"));
     printHelpLine(  "      --ignoreos          ",
                  _("don't verify package operating system"));
     printHelpLine(  "      --includedocs       ",