diff options
| author | Ulrich Drepper <[email protected]> | 2008-01-20 16:43:15 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2008-01-20 16:43:15 +0000 |
| commit | d9488292be8c78615163eb4733e105143cb7b7ba (patch) | |
| tree | 621b2fe78b107946d4858e7de6bc88d5c9533172 /src/ld.c | |
| parent | 580e6b85aaf8e09bddcaa1162d74b3b6ceef8a52 (diff) | |
merge of '1d8389d494f774b4ccf384252ddac47cc2809542'
and 'f4a5bcbfbb71389b11bac53c8ec50011dc7e4c3c'
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, |
