X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=archival%2Ftar.c;h=375e838d279a54a4a3ae7fbd748c058cff7eb313;hb=0d0260fd1e55c39525660370094d090bc5412fe5;hp=ebaa183b418173c216565f81a86a638420e8abc7;hpb=9180c6045e8b2465b3e18a22eb08ee8438ae8544;p=oweals%2Fbusybox.git diff --git a/archival/tar.c b/archival/tar.c index ebaa183b4..375e838d2 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -759,7 +759,6 @@ static void handle_SIGCHLD(int status) //usage: ) //usage: "\n x Extract" //usage: "\n t List" -//usage: "\nOptions:" //usage: "\n f Name of TARFILE ('-' for stdin/out)" //usage: "\n C Change to DIR before operation" //usage: "\n v Verbose" @@ -925,7 +924,7 @@ 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 - "X::T::" // cumulative lists + IF_FEATURE_TAR_FROM("X::T::") // cumulative lists #if ENABLE_FEATURE_TAR_LONG_OPTIONS && ENABLE_FEATURE_TAR_FROM "\xff::" // cumulative lists for --exclude #endif