diff options
author | Nick Clifton <nickc@redhat.com> | 2001-12-07 12:41:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-12-07 12:41:21 +0000 |
commit | ff291a48c0bdfc968ae0aa69a3fdd23c10e5b812 (patch) | |
tree | 6a6745d333e0360ce33191a9064bab693be4e7a5 /ld/lexsup.c | |
parent | cdc7c09f2ee0d24ff5e255023508dfbb69b723fb (diff) | |
download | gdb-ff291a48c0bdfc968ae0aa69a3fdd23c10e5b812.zip gdb-ff291a48c0bdfc968ae0aa69a3fdd23c10e5b812.tar.gz gdb-ff291a48c0bdfc968ae0aa69a3fdd23c10e5b812.tar.bz2 |
Insert 'PROGRAM' into the text string describing the -N option so that it is
easier to translate into foreign languages.
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r-- | ld/lexsup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c index cd2770e..b9b74bd 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -205,7 +205,7 @@ static const struct ld_option ld_options[] = { {"soname", required_argument, NULL, OPTION_SONAME}, 'h', N_("FILENAME"), N_("Set internal name of shared library"), ONE_DASH }, { {"dynamic-linker", required_argument, NULL, OPTION_DYNAMIC_LINKER}, - 'I', N_("PROGRAM"), N_("Set the dynamic linker to use"), TWO_DASHES }, + 'I', N_("PROGRAM"), N_("Set PROGRAM as the dynamic linker to use"), TWO_DASHES }, { {"library", required_argument, NULL, 'l'}, 'l', N_("LIBNAME"), N_("Search for library LIBNAME"), TWO_DASHES }, { {"library-path", required_argument, NULL, 'L'}, |