[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: storeread --help output
From: |
Alfred M. Szmidt |
Subject: |
Re: storeread --help output |
Date: |
Wed, 24 Sep 2003 09:19:10 +0200 (MEST) |
storeread should have a small description of what it does before
the \v, though.
Will this do my lord?
2003-09-16 Alfred M. Szmidt <ams@kemisten.nu>
* storeread.c (doc): Added description about the program.
Index: utils/storeread.c
--- utils/storeread.c
+++ utils/storeread.c
@@ -36,7 +36,9 @@
{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 = "Write portions of the contents of a store to stdout"
+ "\vADDR is in blocks, and defaults to 0; LENGTH is in bytes, and"
+ " defaults to the remainder of FILE.";
int
main (int argc, char **argv)