diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-26 01:19:34 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-26 01:19:34 +0000 |
commit | f8736d251e4291e414bd0bdaca2346cd7ef265dd (patch) | |
tree | 3c0018fb1226672ebaac9a2043eb078fbc940368 /usage.h | |
parent | 6c947d289fde9468092a23ed686632c81f99dcac (diff) |
rpm2cpio applet by Laurence Anderson
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 \ |