From 2edbae3ee8876fe291269d3be03e6a4f599778fd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 22 Sep 2004 00:15:25 +0000 Subject: 2004-09-21 Alfred M. Szmidt * fsysopts.c (doc): Changed `--remount' to `--update'. --- utils/fsysopts.c | 4 ++-- 1 file 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 @@ -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"; -- cgit v1.2.3