bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

storeread --help output


From: Alfred M. Szmidt
Subject: storeread --help output
Date: Tue, 16 Sep 2003 15:06:18 +0200 (MEST)

Same as for rpctrace, annoying \v hanging around... Note the nice
little "^K" at after the "Usage: ..." string.

~/src/hurd $ storeread --help
Usage: storeread [OPTION...] FILE [ADDR [LENGTH]]...
ADDR is in blocks, and defaults to 0; LENGTH is in bytes, and defaults to the
remainder of FILE.

  -b, --block-size=BYTES     Set the file block size
  -f, --file                 Use file IO instead of the raw device
  -?, --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.

ADDR is in blocks, and defaults to 0; LENGTH is in bytes, and defaults to the
remainder of FILE.

Report bugs to bug-hurd@gnu.org.
~/src/hurd $ 

2003-09-16  Alfred M. Szmidt  <ams@kemisten.nu>

        * storeread.c (doc): Remove spurious vertical tab.

Index: utils/storeread.c
--- utils/storeread.c
+++ utils/storeread.c
@@ -36,7 +36,7 @@ struct argp_option options[] = {
   {0, 0}
 };
 char *arg_doc = "FILE [ADDR [LENGTH]]...";
-char *doc = "\vADDR is in blocks, and defaults to 0; LENGTH is in bytes, and 
defaults to the remainder of FILE.";
+char *doc = "ADDR is in blocks, and defaults to 0; LENGTH is in bytes, and 
defaults to the remainder of FILE.";
 
 int
 main (int argc, char **argv)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]