summaryrefslogtreecommitdiff
path: root/linkers/rtems-ld.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-03-01 11:51:37 +1100
committerChris Johns <chrisj@rtems.org>2013-03-01 11:51:37 +1100
commit6c4218becf5ce542d11b036d63f66a2f4817db7f (patch)
tree3dfaaa8925c4eedb956b4728f100bda91f2cccc1 /linkers/rtems-ld.cpp
parent6fae4de3c84c55ddd4cfdfae66f32f6a07378d4b (diff)
Fix the trace help.
Diffstat (limited to 'linkers/rtems-ld.cpp')
-rw-r--r--linkers/rtems-ld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkers/rtems-ld.cpp b/linkers/rtems-ld.cpp
index cef40f9..eebc5a0 100644
--- a/linkers/rtems-ld.cpp
+++ b/linkers/rtems-ld.cpp
@@ -87,7 +87,7 @@ usage (int exit_code)
<< "Options and arguments:" << std::endl
<< " -h : help (also --help)" << std::endl
<< " -V : print linker version number and exit (also --version)" << std::endl
- << " -v : verbose (trace import parts), can be supply multiple times" << std::endl
+ << " -v : verbose (trace import parts), can supply multiple times" << std::endl
<< " to increase verbosity (also --verbose)" << std::endl
<< " -w : generate warnings (also --warn)" << std::endl
<< " -M : generate map output (also --map)" << std::endl