diff options
Diffstat (limited to 'src/ld.c')
| -rw-r--r-- | src/ld.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,8 +88,8 @@ static const struct argp_option options[] = { "no-whole-archive", ARGP_no_whole_archive, NULL, 0, N_("Stop including the whole arhives in the output."), 0 }, { NULL, 'l', N_("FILE"), OPTION_HIDDEN, NULL, 0 }, - { NULL, '(', NULL, 0, N_("Start a group."), 0 }, - { NULL, ')', NULL, 0, N_("End a group."), 0 }, + { "start-group", '(', NULL, 0, N_("Start a group."), 0 }, + { "end-group", ')', NULL, 0, N_("End a group."), 0 }, { NULL, 'L', N_("PATH"), 0, N_("Add PATH to list of directories files are searched in."), 0 }, { "as-needed", ARGP_as_needed, NULL, 0, |
