Re: [PATCH 1/2 incubator] smbfs: Fix inline documentation of options && update README
Samuel Thibault <[email protected]>
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Organization | I am not organized |
| Message-ID | <an-diPLL1ydO_cjC@end> |
Applied, thanks! Damien Zammit, le ven. 14 août 2026 22:56:12 +0000, a ecrit: > --- > 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 > > > -- Samuel il y a 10 catégories de personnes dans le monde : ceux qui comprennent le binaire, et ceux qui ne le comprennent pas