From 77a4c64b1f91899dae10ab09d8b8308400049e19 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 1 Mar 2013 11:51:37 +1100 Subject: Fix the trace help. --- rtems-ld.cpp | 2 +- rtems-rapper.cpp | 2 +- rtems-syms.cpp | 2 +- 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 -- cgit v1.2.3