added help message for --ignoresize

CVS patchset: 2919
CVS date: 1999/03/27 20:36:08
This commit is contained in:
ewt 1999-03-27 20:36:08 +00:00
parent 7361e83093
commit 091d126994
1 changed files with 2 additions and 0 deletions

2
rpm.c
View File

@ -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 ",