---
 README  | 2 +-
 smbfs.c | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README
index aa360f819..6ca5b87b4 100644
--- a/README
+++ b/README
@@ -10,4 +10,4 @@ WORKGROUP is a workgroup name such as "WORKGROUP".
 MINPROTO takes values such as: SMB2_02, SMB2_10, SMB3_00, SMB3_02, SMB3_11
 and defaults to SMB3_11 if not specified.  This may be desirable to prevent
 lower versions of the protocol from being used, even though the server may
-support it.
+support it.  This feature helps ensure better security.
diff --git a/smbfs.c b/smbfs.c
index 353abeae1..144a6b847 100644
--- a/smbfs.c
+++ b/smbfs.c
@@ -23,9 +23,9 @@
 #include <stdio.h>
 
 static char doc[] = "smbfs - SMB file system translator" \
-  "\vSHARE specifies an SMB directory in the form "
-  "`smb://[WORKGROUP/]HOST/SHARE'.";
-static char args_doc[] = "SHARE";
+  "\vShare is specified by the form "
+  "`smb://[WORKGROUP/]SERVER/RESOURCE'";
+static char args_doc[] = "";
 
 
 
-- 
2.51.0



Reply via email to