From a2daed877f9735b4afed57fb20f6c9092e9f08df Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 30 Sep 1996 19:47:53 +0000 Subject: (OPT_RSIZE): Changed to 'R'. (OPT_WSIZE): Changed to 'W'. (doc): Add general description. --- nfs/main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nfs/main.c') diff --git a/nfs/main.c b/nfs/main.c index 5872c3c2..a757fe81 100644 --- a/nfs/main.c +++ b/nfs/main.c @@ -74,8 +74,8 @@ int write_size = DEFAULT_WRITE_SIZE; #define OPT_SOFT 's' #define OPT_HARD 'h' -#define OPT_RSIZE 'r' -#define OPT_WSIZE 'w' +#define OPT_RSIZE 'R' +#define OPT_WSIZE 'W' #define OPT_STAT_TO -2 #define OPT_CACHE_TO -3 #define OPT_INIT_TR_TO -4 @@ -172,7 +172,8 @@ static const struct argp_option startup_options[] = { { 0 } }; static char *args_doc = "REMOTE_FS [HOST]"; -static char *doc = "If HOST is not specified, an attempt is made to extract" +static char *doc = "Hurd nfs translator" +"\vIf HOST is not specified, an attempt is made to extract" " it from REMOTE_FS, using either the `HOST:FS' or `FS@HOST' notations."; static const struct argp * -- cgit v1.2.3