[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rpctrace --help output
From: |
Alfred M. Szmidt |
Subject: |
rpctrace --help output |
Date: |
Tue, 16 Sep 2003 15:06:18 +0200 (MEST) |
This make the output of "rpcrace --help" less annoying. Here is an
example of what it look like now (note the `.' before the "Report bugs
to ..." string).
~/src/hurd $ rpctrace --help
Usage: rpctrace [OPTION...] COMMAND [ARG...]
Trace Mach Remote Procedure Calls.
-I, --rpc-list=FILE Read FILE for assocations of message ID numbers to
names.
-o, --output=FILE Send trace output to FILE instead of stderr.
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
.
Report bugs to bug-hurd@gnu.org.
~/src/hurd $
2003-09-16 Alfred M. Szmidt <ams@kemisten.nu>
* rpctrace.c (doc): Remove spurious vertical tab.
Index: utils/rpctrace.c
--- utils/rpctrace.c
+++ utils/rpctrace.c
@@ -45,8 +45,7 @@ static const struct argp_option options[
static const char *args_doc = "COMMAND [ARG...]";
static const char *doc =
-"Trace Mach Remote Procedure Calls."
-"\v.";
+"Trace Mach Remote Procedure Calls.";
/* The msgid_ihash table maps msgh_id values to names. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- rpctrace --help output,
Alfred M. Szmidt <=