[rtems-tools commit] rtems-syms: Fix usage help.

Chris Johns chrisj at rtems.org
Wed Mar 15 04:24:03 UTC 2017


Module:    rtems-tools
Branch:    master
Commit:    e4b31433e2390f871fae457d9badd3af450058c7
Changeset: http://git.rtems.org/rtems-tools/commit/?id=e4b31433e2390f871fae457d9badd3af450058c7

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Mar 15 15:23:05 2017 +1100

rtems-syms: Fix usage help.

---

 linkers/rtems-syms.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linkers/rtems-syms.cpp b/linkers/rtems-syms.cpp
index 605f41c..5ee2e58 100644
--- a/linkers/rtems-syms.cpp
+++ b/linkers/rtems-syms.cpp
@@ -292,13 +292,13 @@ usage (int exit_code)
   std::cout << "rtems-syms [options] kernel" << std::endl
             << "Options and arguments:" << std::endl
             << " -h        : help (also --help)" << std::endl
-            << " -V        : print linker version number and exit (also --version)" << std::endl
+            << " -V        : print version number and exit (also --version)" << 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
             << " -k        : keep temporary files (also --keep)" << std::endl
             << " -e        : embedded symbol table (also --embed)" << std::endl
-            << " -S        : symbol's C file (also --symc)" << std::endl
+            << " -S file   : symbol's C file (also --symc)" << std::endl
             << " -o file   : output object file (also --output)" << std::endl
             << " -m file   : output a map file (also --map)" << std::endl
             << " -C file   : execute file as the target C compiler (also --cc)" << std::endl




More information about the vc mailing list