aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-29 21:38:11 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-29 21:38:11 +0000
commit44cd42dacb2db43a0275454e747ac054f15b7f74 (patch)
tree8541687153725cb192f1fac48ddadbb060b4c24e /usage.c
parent861ddcc97a432faf6f7c93cc167687e45a6f0706 (diff)
downloadbusybox-w32-44cd42dacb2db43a0275454e747ac054f15b7f74.tar.gz
busybox-w32-44cd42dacb2db43a0275454e747ac054f15b7f74.tar.bz2
busybox-w32-44cd42dacb2db43a0275454e747ac054f15b7f74.zip
Apply a patch fromkent robotti:
Renamed unrpm to original rpmunpack, so you can use an included shell script called unrpm as a front end to it. There's also a shell script called undeb included for debian packages. Change undeb and unrpm scripts to work with the busybox tar and gunzip. git-svn-id: svn://busybox.net/trunk/busybox@1343 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--usage.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/usage.c b/usage.c
index 423172d7b..93fbf42b9 100644
--- a/usage.c
+++ b/usage.c
@@ -1058,6 +1058,15 @@ const char rmmod_usage[] =
1058 ; 1058 ;
1059#endif 1059#endif
1060 1060
1061#if defined BB_RPMUNPACK
1062const char rpmunpack_usage[] =
1063 "rpmunpack < package.rpm | gunzip | cpio -idmuv\n"
1064#ifndef BB_FEATURE_TRIVIAL_HELP
1065 "\nExtracts an rpm archive.\n"
1066#endif
1067 ;
1068#endif
1069
1061#if defined BB_SED 1070#if defined BB_SED
1062const char sed_usage[] = 1071const char sed_usage[] =
1063 "sed [-Vhnef] pattern [files...]\n" 1072 "sed [-Vhnef] pattern [files...]\n"
@@ -1365,15 +1374,6 @@ const char unix2dos_usage[] =
1365 ; 1374 ;
1366#endif 1375#endif
1367 1376
1368#if defined BB_UNRPM
1369const char unrpm_usage[] =
1370 "unrpm < package.rpm | gzip -d | cpio -idmuv\n"
1371#ifndef BB_FEATURE_TRIVIAL_HELP
1372 "\nExtracts an rpm archive.\n"
1373#endif
1374 ;
1375#endif
1376
1377#if defined BB_UPDATE 1377#if defined BB_UPDATE
1378const char update_usage[] = 1378const char update_usage[] =
1379 "update [options]\n" 1379 "update [options]\n"