aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-06-26 01:19:34 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-06-26 01:19:34 +0000
commitf8736d251e4291e414bd0bdaca2346cd7ef265dd (patch)
tree3c0018fb1226672ebaac9a2043eb078fbc940368 /applets
parent6c947d289fde9468092a23ed686632c81f99dcac (diff)
downloadbusybox-f8736d251e4291e414bd0bdaca2346cd7ef265dd.tar.gz
rpm2cpio applet by Laurence Anderson
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/applets/usage.h b/applets/usage.h
index bf10e114f..a19f0fe22 100644
--- a/applets/usage.h
+++ b/applets/usage.h
@@ -1310,11 +1310,16 @@
#define route_full_usage \
"Edit the kernel's routing tables"
+#define rpm2cpio_trivial_usage \
+ "package.rpm"
+#define rpm2cpio_full_usage \
+ "Outputs a cpio archive of the rpm file."
+
#define rpmunpack_trivial_usage \
"< package.rpm | gunzip | cpio -idmuv"
#define rpmunpack_full_usage \
"Extracts an rpm archive."
-
+
#define sed_trivial_usage \
"[-nef] pattern [files...]"
#define sed_full_usage \