diff options
author | fche <fche> | 2005-08-10 20:25:35 +0000 |
---|---|---|
committer | fche <fche> | 2005-08-10 20:25:35 +0000 |
commit | c0de7a8dc7987f0d1648e36085d328e290217aaa (patch) | |
tree | 30fb0c170c2b88faee491fba295e4b498c901edc /stap.1.in | |
parent | b5d770200feba14d6a33ce472a4246faecf5aee8 (diff) | |
download | systemtap-steved-c0de7a8dc7987f0d1648e36085d328e290217aaa.tar.gz systemtap-steved-c0de7a8dc7987f0d1648e36085d328e290217aaa.tar.xz systemtap-steved-c0de7a8dc7987f0d1648e36085d328e290217aaa.zip |
2005-08-10 Frank Ch. Eigler <fche@elastic.org>
* tapsets.cxx: Correct hex/decimal misformatting of verbose messages.
* main.cxx: Add formal "-h" and "-V" options.
* stap.1.in: Document them.
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -56,6 +56,12 @@ prints a list of supported options. .B \-v Verbose mode. Produces more informative output. .TP +.B \-h +Show help message. +.TP +.B \-V +Show version message. +.TP .B \-k Keep the temporary directory after all processing. This may be useful in order to examine the generated C code, or to reuse the compiled |