summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-03-15 15:23:05 +1100
committerChris Johns <chrisj@rtems.org>2017-03-15 15:23:05 +1100
commite4b31433e2390f871fae457d9badd3af450058c7 (patch)
treed6897ef8c30e598bba14457f147bb29f3c1fe7a1
parentlibelf: Use minimal environment for C translation with readelf. (diff)
downloadrtems-tools-e4b31433e2390f871fae457d9badd3af450058c7.tar.bz2
rtems-syms: Fix usage help.
-rw-r--r--linkers/rtems-syms.cpp4
1 files 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