From e4e911e7124fca9116ca14c31f125b687d0ae57e Mon Sep 17 00:00:00 2001 From: Serj Kalichev Date: Sun, 26 Dec 2010 01:56:19 +0100 Subject: 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 Signed-off-by: Denys Vlasenko --- archival/tar.c | 1 - 1 file changed, 1 deletion(-) (limited to 'archival') diff --git a/archival/tar.c b/archival/tar.c index 82caec7..ebaa965 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 -- cgit v1.1