summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-22 00:15:25 +0000
committerRoland McGrath <roland@gnu.org>2004-09-22 00:15:25 +0000
commit2edbae3ee8876fe291269d3be03e6a4f599778fd (patch)
tree12edd2d2b9fd77d24029ad84d05ba8e934e07168 /utils
parent5bddcbde96ea1fdedb1843b35315562c8d4c303d (diff)
2004-09-21 Alfred M. Szmidt <ams@kemisten.nu>
* fsysopts.c (doc): Changed `--remount' to `--update'.
Diffstat (limited to 'utils')
-rw-r--r--utils/fsysopts.c4
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";