From: Klaus Kaempf Date: Fri, 7 Nov 2008 11:23:09 +0000 (+0000) Subject: document '-o' X-Git-Tag: BASE-SuSE-Code-12_1-Branch~395 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=689f620d0012da3e480333d43020bc14f7144e1a;p=platform%2Fupstream%2Flibsolv.git document '-o' --- diff --git a/tools/rpmdb2solv.c b/tools/rpmdb2solv.c index 6f3f424..b559777 100644 --- a/tools/rpmdb2solv.c +++ b/tools/rpmdb2solv.c @@ -40,6 +40,7 @@ usage(int status) " -b : Write .solv to .solv instead of stdout\n" " -p : Scan for .prod files, representing installed products\n" " -r : Prefix rpmdb path and with \n" + " -o : Write .solv to file instead of stdout\n" ); exit(status); }