diff options
author | Miles Bader <miles@gnu.org> | 1996-08-27 18:27:31 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-27 18:27:31 +0000 |
commit | 2e6c5408302b36b67b2e094d471145b44530d0ca (patch) | |
tree | 15098deed6476050a570efe54e7668d6680b88db /utils/storeinfo.c | |
parent | a3752e4edf20e4ea119de4389465e02f307fc3f6 (diff) |
(doc): Add program description.
Diffstat (limited to 'utils/storeinfo.c')
-rw-r--r-- | utils/storeinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/storeinfo.c b/utils/storeinfo.c index ba6d0654..86e827be 100644 --- a/utils/storeinfo.c +++ b/utils/storeinfo.c @@ -48,7 +48,8 @@ static struct argp_option options[] = {0, 0} }; static char *args_doc = "FILE..."; -static char *doc = "With no FILE arguments, the file attached to standard \ +static char *doc = "Show information about storage used by FILE..." +"\vWith no FILE arguments, the file attached to standard \ input is used. The fields to be printed are separated by colons, in this \ order: PREFIX: KIND: NAME: BLOCK-SIZE: BLOCKS: SIZE: RUNS. If the store is a \ composite one and --children is specified, children are printed on lines \ |