diff options
Diffstat (limited to 'archival/ar.c')
-rw-r--r-- | archival/ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/ar.c b/archival/ar.c index 7b16c2b59..db23c2b73 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -52,7 +52,7 @@ int ar_main(int argc, char **argv) | |||
52 | 52 | ||
53 | /* Prepend '-' to the first argument if required */ | 53 | /* Prepend '-' to the first argument if required */ |
54 | opt_complementary = "--:p:t:x:-1:p--tx:t--px:x--pt"; | 54 | opt_complementary = "--:p:t:x:-1:p--tx:t--px:x--pt"; |
55 | opt = getopt32(argc, argv, "ptxovcr"); | 55 | opt = getopt32(argv, "ptxovcr"); |
56 | 56 | ||
57 | if (opt & AR_CTX_PRINT) { | 57 | if (opt & AR_CTX_PRINT) { |
58 | archive_handle->action_data = data_extract_to_stdout; | 58 | archive_handle->action_data = data_extract_to_stdout; |