aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--parsehdlist.c9
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"