]> git.ipfire.org Git - thirdparty/libarchive.git/commit
tar: Warn when multiple --option values are specified (#2073)
authorMark Johnston <markjdb@gmail.com>
Sat, 23 Mar 2024 00:33:05 +0000 (19:33 -0500)
committerGitHub <noreply@github.com>
Sat, 23 Mar 2024 00:33:05 +0000 (17:33 -0700)
commitd33b939d51b04b14fa69e8710a728b94732dfefe
treec816ac305cc479d2c5dcb9213628716f5bd50643
parentaafb078b7cfaed3af4edbf9cb31d3ed930323aca
tar: Warn when multiple --option values are specified (#2073)

The accepted way to specify multiple options is to list them all as one
comma-separated parameter. bsdtar would silently ignore all but the last
value, which can be very confusing. Print a warning in this scenario.
tar/bsdtar.c