aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-10 00:17:22 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-10 00:17:22 +0000
commitb72a735a320eb60d29bc1580138c06ae7c9d321c (patch)
tree4923918fadcaac4fdaa5d4197a4e5bafd22b9b2e /include/usage.h
parent62fae308a3d92d987711d08f3d36b0ad753c2e18 (diff)
downloadbusybox-b72a735a320eb60d29bc1580138c06ae7c9d321c.tar.gz
rpm applet by Laurence Anderson
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 17fd4073a..5b357a218 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1696,6 +1696,19 @@
"\t-n\tDont resolve names.\n" \
"\t-e\tDisplay other/more information"
+#define rpm_trivial_usage \
+ "-i -q[ildc]p package.rpm"
+#define rpm_full_usage \
+ "Manipulates RPM packages" \
+ "Options:" \
+ "\t-i Install package" \
+ "\t-q Query package" \
+ "\t\t-p Query uninstalled package" \
+ "\t\t-i Show information" \
+ "\t\t-l List contents" \
+ "\t\t-d List documents" \
+ "\t\t-c List config files"
+
#define rpm2cpio_trivial_usage \
"package.rpm"
#define rpm2cpio_full_usage \