aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorSerj Kalichev <serj.kalichev@gmail.com>2010-12-26 01:56:19 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-12-26 01:56:19 +0100
commite4e911e7124fca9116ca14c31f125b687d0ae57e (patch)
tree2928eaccd931432fabfbe83e83fa2a9917b4fe2e /archival
parent6088e138e1c6d0b73f8004fc4b4e9ec40430e18e (diff)
downloadbusybox-e4e911e7124fca9116ca14c31f125b687d0ae57e.tar.gz
modprobe: add support for --show-depends
function old new delta modprobe_longopts - 16 +16 packed_usage 28018 28028 +10 modprobe_main 648 653 +5 do_modprobe 580 536 -44 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/1 up/down: 31/-44) Total: -13 bytes Signed-off-by: Serj Kalichev <serj.kalichev@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r--archival/tar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c
index 82caec770..ebaa965c0 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -882,7 +882,6 @@ int tar_main(int argc UNUSED_PARAM, char **argv)
/* Prepend '-' to the first argument if required */
opt_complementary = "--:" // first arg is options
"tt:vv:" // count -t,-v
- "?:" // bail out with usage instead of error return
"X::T::" // cumulative lists
#if ENABLE_FEATURE_TAR_LONG_OPTIONS && ENABLE_FEATURE_TAR_FROM
"\xff::" // cumulative lists for --exclude