summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-09-30 19:47:53 +0000
committerMiles Bader <miles@gnu.org>1996-09-30 19:47:53 +0000
commita2daed877f9735b4afed57fb20f6c9092e9f08df (patch)
tree7e19afcfe3863161b284c2065b4403c80dc1e5e9
parent25b3a861f970d9f541520715616c760f9894f674 (diff)
(OPT_RSIZE):
Changed to 'R'. (OPT_WSIZE): Changed to 'W'. (doc): Add general description.
-rw-r--r--nfs/main.c7
1 files changed, 4 insertions, 3 deletions
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 *