From c0de7a8dc7987f0d1648e36085d328e290217aaa Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 10 Aug 2005 20:25:35 +0000 Subject: 2005-08-10 Frank Ch. Eigler * tapsets.cxx: Correct hex/decimal misformatting of verbose messages. * main.cxx: Add formal "-h" and "-V" options. * stap.1.in: Document them. --- stap.1.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stap.1.in') diff --git a/stap.1.in b/stap.1.in index dc421cdd..44359b68 100644 --- a/stap.1.in +++ b/stap.1.in @@ -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 -- cgit