diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-07-05 05:40:55 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-07-05 05:40:55 +0000 |
commit | 3720349aa39786d0c380692cb990b45baabdbafa (patch) | |
tree | b9c9407f3dbcd39f4655919aa76e9c51d8b94b8c | |
parent | d712b00cc0705191706f234aadaf3fe07c652735 (diff) | |
download | rpmtools-3720349aa39786d0c380692cb990b45baabdbafa.tar rpmtools-3720349aa39786d0c380692cb990b45baabdbafa.tar.gz rpmtools-3720349aa39786d0c380692cb990b45baabdbafa.tar.bz2 rpmtools-3720349aa39786d0c380692cb990b45baabdbafa.tar.xz rpmtools-3720349aa39786d0c380692cb990b45baabdbafa.zip |
Minor fixes in help message
-rw-r--r-- | parsehdlist.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/parsehdlist.c b/parsehdlist.c index 840abd9..a8d5e23 100644 --- a/parsehdlist.c +++ b/parsehdlist.c @@ -215,7 +215,7 @@ static void print_help(void) { fprintf(stderr, "parsehdlist version " VERSION_STRING "\n" - "Copyright (C) 2000 MandrakeSoft.\n" + "Copyright (C) 2000-2004 Mandrakesoft.\n" "This is free software and may be redistributed under the terms of the GNU GPL.\n" "\n" "usage:\n" @@ -230,16 +230,17 @@ void print_help(void) { " --all - print all tags (incompatible with interactive mode).\n" " --synthesis - print synthesis tags (incompatible with interactive mode).\n" " --name - print tag name and rpm filename if needed.\n" - " --info - print tag name, serial and rpm filename if needed\n" + " --info - print tag name, serial and rpm filename if needed.\n" " --group - print tag group: group.\n" " --size - print tag size: size.\n" " --serial - print tag serial: serial.\n" " --summary - print tag summary: summary.\n" " --description - print tag description: description.\n" - " --provides - print tag provides: all provides (mutliple lines).\n" + " --provides - print tag provides: all provides (multiple lines).\n" " --requires - print tag requires: all requires (multiple lines).\n" " --files - print tag files: all files (multiple lines).\n" - " --fileswinfo - print tag files: all files (multiple lines) with more informations on each package.\n" + " --fileswinfo - print tag files: all files (multiple lines) with more\n" + " information on each package.\n" " --conflicts - print tag conflicts: all conflicts (multiple lines).\n" " --obsoletes - print tag obsoletes: all obsoletes (multiple lines).\n" " --prereqs - print tag prereqs: all prereqs (multiple lines).\n" |