summaryrefslogtreecommitdiff
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
commit77a4c64b1f91899dae10ab09d8b8308400049e19 (patch)
tree02952e2b36e78c6be752d82974d9b5370b2b47b2
parent3b6f4dfeccdcbdf35082034992fe069c0a326a5e (diff)
Fix the trace help.
-rw-r--r--rtems-ld.cpp2
-rw-r--r--rtems-rapper.cpp2
-rw-r--r--rtems-syms.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/rtems-ld.cpp b/rtems-ld.cpp
index cef40f9..eebc5a0 100644
--- a/rtems-ld.cpp
+++ b/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
diff --git a/rtems-rapper.cpp b/rtems-rapper.cpp
index a0867f6..6c8315b 100644
--- a/rtems-rapper.cpp
+++ b/rtems-rapper.cpp
@@ -897,7 +897,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
<< " -n : no warnings (also --no-warn)" << std::endl
<< " -a : show all (also --all)" << std::endl
diff --git a/rtems-syms.cpp b/rtems-syms.cpp
index 44743cc..baa152c 100644
--- a/rtems-syms.cpp
+++ b/rtems-syms.cpp
@@ -72,7 +72,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
<< " -L path : path to a library, add multiple for more than" << std::endl