tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by extension"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
be5a505d77
commit
e1a7c97ac6
@ -1029,7 +1029,7 @@ int tar_main(int argc UNUSED_PARAM, char **argv)
|
|||||||
IF_FEATURE_TAR_CREATE("c--tx:t--cx:x--ct") // mutually exclusive
|
IF_FEATURE_TAR_CREATE("c--tx:t--cx:x--ct") // mutually exclusive
|
||||||
IF_NOT_FEATURE_TAR_CREATE("t--x:x--t") // mutually exclusive
|
IF_NOT_FEATURE_TAR_CREATE("t--x:x--t") // mutually exclusive
|
||||||
#if ENABLE_FEATURE_TAR_LONG_OPTIONS
|
#if ENABLE_FEATURE_TAR_LONG_OPTIONS
|
||||||
":\xf9+" // --strip-components=NUM
|
":\xf8+" // --strip-components=NUM
|
||||||
#endif
|
#endif
|
||||||
LONGOPTS
|
LONGOPTS
|
||||||
, &base_dir // -C dir
|
, &base_dir // -C dir
|
||||||
|
Loading…
Reference in New Issue
Block a user