From da7858dfb893056787207b9729e591f48fc619c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Klaus=20K=C3=A4mpf?= Date: Wed, 25 Feb 2009 14:12:57 +0100 Subject: [PATCH] Fix summary --- tools/susetags2solv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/susetags2solv.c b/tools/susetags2solv.c index e8e36e1..9a0325b 100644 --- a/tools/susetags2solv.c +++ b/tools/susetags2solv.c @@ -27,13 +27,13 @@ static void usage(int status) { fprintf(stderr, "\nUsage:\n" - "susetags2solv [-a][-s][-c ][-h]\n" + "susetags2solv [-b ][-c ][-d ][-h][-k][-n ]\n" " reads a 'susetags' repository from and writes a .solv file to \n" + " -b : save as multiple files starting with \n" " -c : parse given contentfile (for product information)\n" " -d : do not read from stdin, but use data in descrdir\n" " -h : print help & exit\n" " -k : don't mix kinds (experimental!)\n" - " -b : save as multiple files starting with \n" " -n : save attributes as .attr\n" ); exit(status); -- 2.7.4