Skip to content

Commit

Permalink
tar: fix fallout of: change -a from meaning "lzma" to mean "autodetec…
Browse files Browse the repository at this point in the history
…t by extension"

Signed-off-by: Denys Vlasenko <[email protected]>
  • Loading branch information
Denys Vlasenko committed Oct 25, 2019
1 parent be5a505 commit e1a7c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archival/tar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_NOT_FEATURE_TAR_CREATE("t--x:x--t") // mutually exclusive
#if ENABLE_FEATURE_TAR_LONG_OPTIONS
":\xf9+" // --strip-components=NUM
":\xf8+" // --strip-components=NUM
#endif
LONGOPTS
, &base_dir // -C dir
Expand Down

0 comments on commit e1a7c97

Please sign in to comment.