From 16c28ac373777313a4360cfcde0078d424e6701e Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 15 Jan 2002 17:08:59 +0000 Subject: 4.0-4mdk --- parsehdlist.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'parsehdlist.c') diff --git a/parsehdlist.c b/parsehdlist.c index 7976434..16137eb 100644 --- a/parsehdlist.c +++ b/parsehdlist.c @@ -205,6 +205,7 @@ void print_help(void) { " line, incompatible with interactive mode).\n" " --compact - print compact provides, requires, conflicts, obsoletes flags.\n" " --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" " --group - print tag group: group.\n" @@ -294,6 +295,13 @@ int main(int argc, char **argv) print_conflicts = 1; print_obsoletes = 1; print_prereqs = 1; + } else if (strcmp(argv[i], "--synthesis") == 0) { + print_sep = '@'; + print_info = 1; + print_provides = 1; + print_requires = 1; + print_conflicts = 1; + print_obsoletes = 1; } else { fprintf(stderr, "parsehdlist: unknown option %s\n", argv[i]); } -- cgit v1.2.1