diff options
Diffstat (limited to 'src/strip.c')
| -rw-r--r-- | src/strip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strip.c b/src/strip.c index 511321ff..95eded65 100644 --- a/src/strip.c +++ b/src/strip.c @@ -70,7 +70,7 @@ const char *argp_program_bug_address = PACKAGE_BUGREPORT; static const struct argp_option options[] = { { NULL, 0, NULL, 0, N_("Output selection:"), 0 }, - { NULL, 'o', "FILE", 0, N_("Place stripped output into FILE"), 0 }, + { "output", 'o', "FILE", 0, N_("Place stripped output into FILE"), 0 }, { NULL, 'f', "FILE", 0, N_("Extract the removed sections into FILE"), 0 }, { NULL, 'F', "FILE", 0, N_("Embed name FILE instead of -f argument"), 0 }, |
