aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archival/ar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/ar.c b/archival/ar.c
index 4f21bf82f..fd7f8e4db 100644
--- a/archival/ar.c
+++ b/archival/ar.c
@@ -49,7 +49,7 @@ int ar_main(int argc UNUSED_PARAM, char **argv)
49 archive_handle = init_handle(); 49 archive_handle = init_handle();
50 50
51 /* Prepend '-' to the first argument if required */ 51 /* Prepend '-' to the first argument if required */
52 opt_complementary = "--:-1:p:t:x:-1:p--tx:t--px:x--pt"; 52 opt_complementary = "--:p:t:x:-1:p--tx:t--px:x--pt";
53 opt = getopt32(argv, "ptxovcr"); 53 opt = getopt32(argv, "ptxovcr");
54 argv += optind; 54 argv += optind;
55 55