Fix improper argument reference.
commit2251317e3fe971fd34608cf312c8120141d8fce4
authorSergey Poznyakoff <gray@gnu.org>
Sun, 17 Jan 2021 17:02:47 +0000 (17 19:02 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Sun, 17 Jan 2021 17:02:47 +0000 (17 19:02 +0200)
treefbaa3f28f88149eb6c218e03163bd92ccd5a1291
parent972bebf07e7ec6a259efca9ed58c3b8ca121ea6e
Fix improper argument reference.

(bug introduced by 1ff0b63f)

* src/tar.c (parse_default_options): Pass args as is to the argp_parse.
src/tar.c