diff options
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"; |