diff options
author | Matt Kraai | 2001-08-27 18:55:10 +0000 |
---|---|---|
committer | Matt Kraai | 2001-08-27 18:55:10 +0000 |
commit | 91631011ccac8a6d14c07d8beaaf6456e4ddeffa (patch) | |
tree | f6fac6544fea719c535c2aa1aec966852fd8aad5 /applets | |
parent | 863a3e15d6f08e187238ded7fc17422dd947ef1e (diff) | |
download | busybox-91631011ccac8a6d14c07d8beaaf6456e4ddeffa.zip busybox-91631011ccac8a6d14c07d8beaaf6456e4ddeffa.tar.gz |
Remove traces of rpmunpack (patch by Laurence Anderson).
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/applets/usage.h b/applets/usage.h index ac980bf..d825131 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -1376,11 +1376,6 @@ #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 \ |