From 235f6e5342e341336fd56f83bdd5ffc678a3a002 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 17 Jul 2010 14:41:28 +0000 Subject: [PATCH] Fix a typo in "objcopy --help". 2010-07-17 H.J. Lu * objcopy.c (copy_usage): Fix a typo. --- binutils/ChangeLog | 4 ++++ binutils/objcopy.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * objcopy.c (copy_usage): Fix a typo. + 2010-07-15 Kai Tietz * 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 [,] Set PE reserve/commit stack to /\n\ \n\ --subsystem [:]\n\ - Set PE subsystem to [& ]\n]\ + Set PE subsystem to [& ]]\n\ -v --verbose List all object files modified\n\ @ Read options from \n\ -V --version Display this program's version number\n\ -- 2.7.4