[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[address@hidden: rpctrace --help output]
From: |
Alfred M. Szmidt |
Subject: |
[address@hidden: rpctrace --help output] |
Date: |
Sun, 26 Oct 2003 14:13:14 +0100 (MET) |
Ping pong...
------- Start of forwarded message -------
Date: Tue, 16 Sep 2003 15:06:18 +0200 (MEST)
From: "Alfred M. Szmidt" <ams@kemisten.nu>
To: bug-hurd@gnu.org
Subject: rpctrace --help output
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. */
_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-hurd
------- End of forwarded message -------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [address@hidden: rpctrace --help output],
Alfred M. Szmidt <=