summaryrefslogtreecommitdiff
path: root/tools/rpmdb2solv.c
diff options
context:
space:
mode:
authorKlaus Kaempf <kkaempf@suse.de>2008-11-07 11:23:09 +0000
committerKlaus Kaempf <kkaempf@suse.de>2008-11-07 11:23:09 +0000
commit689f620d0012da3e480333d43020bc14f7144e1a (patch)
tree148d4ebc06817ea10b811726cc9bd57c26dd44b9 /tools/rpmdb2solv.c
parent8d25a77e6332331319f64de0ca4908cf001d8060 (diff)
downloadlibsolv-689f620d0012da3e480333d43020bc14f7144e1a.tar.gz
libsolv-689f620d0012da3e480333d43020bc14f7144e1a.tar.bz2
libsolv-689f620d0012da3e480333d43020bc14f7144e1a.zip
document '-o'
Diffstat (limited to 'tools/rpmdb2solv.c')
-rw-r--r--tools/rpmdb2solv.c1
1 files changed, 1 insertions, 0 deletions
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 <basefile> : Write .solv to <basefile>.solv instead of stdout\n"
" -p <productsdir> : Scan <productsdir> for .prod files, representing installed products\n"
" -r <root> : Prefix rpmdb path and <productsdir> with <root>\n"
+ " -o <solv> : Write .solv to file instead of stdout\n"
);
exit(status);
}