diff options
author | Zhang Xianwei <zhang.xianwei8@zte.com.cn> | 2017-12-08 15:11:45 +0800 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2018-03-09 10:44:14 -0800 |
commit | b492fe96066a9fec1ce97ce8f1faf10873574a54 (patch) | |
tree | 227955dcc52d870cb055d17fb3b8ab92ecd06731 /mount.cifs.rst | |
parent | 1c97889020aa874204a1ad5dc7a99e89c38fe3a1 (diff) | |
download | cifs-utils-b492fe96066a9fec1ce97ce8f1faf10873574a54.tar.gz cifs-utils-b492fe96066a9fec1ce97ce8f1faf10873574a54.tar.bz2 cifs-utils-b492fe96066a9fec1ce97ce8f1faf10873574a54.zip |
manpage: update mount.cifs manpage with info about incomplete options
This commit a1f3acd40b265f134a97a739a6898b3958d206b9 modified mount
parameters, but not updated mount.cifs manpage. Fix it.
Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
Diffstat (limited to 'mount.cifs.rst')
-rw-r--r-- | mount.cifs.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mount.cifs.rst b/mount.cifs.rst index 023ff34..a4445b8 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -48,7 +48,7 @@ OPTIONS ******* -username=arg +username=arg|user=arg specifies the username to connect as. If this is not given, then the environment variable USER is used. @@ -64,7 +64,7 @@ username=arg non-superuser mount. It is therefore recommended to use the full ``username=`` option name. -password=arg +password=arg|pass=arg specifies the CIFS password. If this option is not given then the environment variable PASSWD is used. If the password is not specified directly or indirectly via an argument to mount, mount.cifs will @@ -76,7 +76,7 @@ password=arg variable or via a credentials file (see below) or entered at the password prompt will be read correctly. -credentials=filename +credentials=filename|cred=filename specifies a file that contains a username and/or password and optionally the name of the workgroup. The format of the file is:: @@ -159,12 +159,12 @@ dir_mode=arg If the server does not support the CIFS Unix extensions this overrides the default mode for directories. -ip=arg +ip=arg|addr=arg sets the destination IP address. This option is set automatically if the server name portion of the requested UNC name can be resolved so rarely needs to be specified by the user. -domain=arg +domain=arg|dom=arg|workgroup=arg sets the domain (workgroup) of the user. guest |