diff options
Diffstat (limited to 'archival/ar.c')
-rw-r--r-- | archival/ar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/ar.c b/archival/ar.c index 983b5ae2c..05cb231aa 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -61,12 +61,12 @@ extern int ar_main(int argc, char **argv) | |||
61 | { | 61 | { |
62 | archive_handle_t *archive_handle; | 62 | archive_handle_t *archive_handle; |
63 | unsigned long opt; | 63 | unsigned long opt; |
64 | static const char msg_unsupported_err[] = | 64 | static const char msg_unsupported_err[] = |
65 | "Archive %s not supported. Install binutils 'ar'."; | 65 | "Archive %s not supported. Install binutils 'ar'."; |
66 | char magic[8]; | 66 | char magic[8]; |
67 | 67 | ||
68 | archive_handle = init_handle(); | 68 | archive_handle = init_handle(); |
69 | 69 | ||
70 | /* Prepend '-' to the first argument if required */ | 70 | /* Prepend '-' to the first argument if required */ |
71 | bb_opt_complementally = "--:p:t:x:-1:?:p--tx:t--px:x--pt"; | 71 | bb_opt_complementally = "--:p:t:x:-1:?:p--tx:t--px:x--pt"; |
72 | opt = bb_getopt_ulflags(argc, argv, "ptxovcr"); | 72 | opt = bb_getopt_ulflags(argc, argv, "ptxovcr"); |