ar: heh, there *was* "-1" already...
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 4 Jan 2010 13:32:31 +0000 (14:32 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 4 Jan 2010 13:32:31 +0000 (14:32 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/ar.c

index 4f21bf82f2b3df6e5e490c6ac6a8090447dc900d..fd7f8e4dba28c0d23410e49ea5fe98bc7cec8b79 100644 (file)
@@ -49,7 +49,7 @@ int ar_main(int argc UNUSED_PARAM, char **argv)
        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;