diff options
author | root <devnull@localhost> | 1996-05-01 21:14:53 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-05-01 21:14:53 +0000 |
commit | 267fcf65d64cda7a55bdfd1afc7697c9de85b5fd (patch) | |
tree | 3280fc999adfc5f053f65cb00a67a9f935662381 /rpm.c | |
parent | 41c262efdb9af54cb1327a28028026269fc2a2a3 (diff) | |
download | rpm-267fcf65d64cda7a55bdfd1afc7697c9de85b5fd.tar.gz rpm-267fcf65d64cda7a55bdfd1afc7697c9de85b5fd.tar.bz2 rpm-267fcf65d64cda7a55bdfd1afc7697c9de85b5fd.zip |
*** empty log message ***
CVS patchset: 554
CVS date: 1996/05/01 21:14:53
Diffstat (limited to 'rpm.c')
-rwxr-xr-x | rpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ void printUsage(void) { puts(_(" [--replacepkgs] [--replacefiles] [--search]")); puts(_(" [--root <dir>] [--excludedocs] [--includedocs]")); puts(_(" [--noscripts] file1.rpm ... filen.rpm")); - puts(_(" rpm {--upgrage -U} [-v] [--hash -h] [--percent] [--force] [--test]")); + puts(_(" rpm {--upgrade -U} [-v] [--hash -h] [--percent] [--force] [--test]")); puts(_(" [--search] [--oldpackage] [--root <dir>]")); puts(_(" [--excludedocs] [--includedocs]")); puts(_(" file1.rpm ... filen.rpm")); |