Ping pong...
------- Start of forwarded message -------
Date: Tue, 16 Sep 2003 15:06:18 +0200 (MEST)
From: "Alfred M. Szmidt" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
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 [EMAIL PROTECTED]
~/src/hurd $

2003-09-16  Alfred M. Szmidt  <[EMAIL PROTECTED]>

        * 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
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd
------- End of forwarded message -------


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to