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/fsysopts.c | |
parent | a3752e4edf20e4ea119de4389465e02f307fc3f6 (diff) |
(doc): Add program description.
Diffstat (limited to 'utils/fsysopts.c')
-rw-r--r-- | utils/fsysopts.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/fsysopts.c b/utils/fsysopts.c index 076e2a87..a4cab6b7 100644 --- a/utils/fsysopts.c +++ b/utils/fsysopts.c @@ -40,7 +40,8 @@ static struct argp_option options[] = {0, 0, 0, 0} }; static char *args_doc = "FILESYS [FS_OPTION...]"; -static char *doc = "The legal values for FS_OPTION depends on FILESYS, but\ +static char *doc = "Get or set command line options for running translator FILESYS." +"\vThe legal values for FS_OPTION depends on FILESYS, but\ some common ones are: --readonly, --writable, --remount, --sync[=INTERVAL],\ and --nosync.\n\nIf no options are supplied, FILESYS's existing options\ are printed"; |