diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-22 00:15:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-22 00:15:25 +0000 |
commit | 2edbae3ee8876fe291269d3be03e6a4f599778fd (patch) | |
tree | 12edd2d2b9fd77d24029ad84d05ba8e934e07168 /utils/fsysopts.c | |
parent | 5bddcbde96ea1fdedb1843b35315562c8d4c303d (diff) |
2004-09-21 Alfred M. Szmidt <ams@kemisten.nu>
* fsysopts.c (doc): Changed `--remount' to `--update'.
Diffstat (limited to 'utils/fsysopts.c')
-rw-r--r-- | utils/fsysopts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/fsysopts.c b/utils/fsysopts.c index f8b4c03d..f3458a03 100644 --- a/utils/fsysopts.c +++ b/utils/fsysopts.c @@ -1,6 +1,6 @@ /* Set options in a running filesystem - Copyright (C) 1995,96,97,98,2002 Free Software Foundation, Inc. + Copyright (C) 1995,96,97,98,2002,2004 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.org> @@ -43,7 +43,7 @@ static struct argp_option options[] = static char *args_doc = "FILESYS [FS_OPTION...]"; 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],\ + some common ones are: --readonly, --writable, --update, --sync[=INTERVAL],\ and --nosync.\n\nIf no options are supplied, FILESYS's existing options\ are printed"; |