diff options
Diffstat (limited to 'binutils/objcopy.c')
-rw-r--r-- | binutils/objcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index c7cd1b5762..49fa89be11 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\ |