diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-07-17 14:41:28 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-07-17 14:41:28 +0000 |
commit | 235f6e5342e341336fd56f83bdd5ffc678a3a002 (patch) | |
tree | a4bb941dd23d0770252d0f219c3869b8f263494d /binutils | |
parent | f4427a75c8c7166f2c9e08ec75115743344c5519 (diff) | |
download | gdb-235f6e5342e341336fd56f83bdd5ffc678a3a002.zip gdb-235f6e5342e341336fd56f83bdd5ffc678a3a002.tar.gz gdb-235f6e5342e341336fd56f83bdd5ffc678a3a002.tar.bz2 |
Fix a typo in "objcopy --help".
2010-07-17 H.J. Lu <hongjiu.lu@intel.com>
* objcopy.c (copy_usage): Fix a typo.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/objcopy.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 873d9c9..c81ace9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2010-07-17 H.J. Lu <hongjiu.lu@intel.com> + + * objcopy.c (copy_usage): Fix a typo. + 2010-07-15 Kai Tietz <kai.tietz@onevision.com> * dllwrap.c (main): Make sure is_leading_underscore diff --git a/binutils/objcopy.c b/binutils/objcopy.c index c7cd1b5..49fa89b 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -546,7 +546,7 @@ copy_usage (FILE *stream, int exit_status) --stack <reserve>[,<commit>] Set PE reserve/commit stack to <reserve>/\n\ <commit>\n\ --subsystem <name>[:<version>]\n\ - Set PE subsystem to <name> [& <version>]\n]\ + Set PE subsystem to <name> [& <version>]]\n\ -v --verbose List all object files modified\n\ @<file> Read options from <file>\n\ -V --version Display this program's version number\n\ |