commit | 4928f3b90b3925e6f3cc234df48e46f88fc5689b | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 04 14:32:31 2010 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 04 14:32:31 2010 +0100 |
tree | 4b842446ac738736edc8fc34038eb543d8855f9a | |
parent | 40e5a30b66b51440f92826683c833ae23765390a [diff] [blame] |
ar: heh, there *was* "-1" already... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/archival/ar.c b/archival/ar.c index 4f21bf8..fd7f8e4 100644 --- a/archival/ar.c +++ b/archival/ar.c
@@ -49,7 +49,7 @@ archive_handle = init_handle(); /* Prepend '-' to the first argument if required */ - opt_complementary = "--:-1:p:t:x:-1:p--tx:t--px:x--pt"; + opt_complementary = "--:p:t:x:-1:p--tx:t--px:x--pt"; opt = getopt32(argv, "ptxovcr"); argv += optind;