diff options
author | Suresh Jayaraman <sjayaraman@suse.de> | 2010-07-27 11:11:43 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2010-07-27 11:11:43 -0400 |
commit | 871111a8a4491cc27bc8e99b4de85c3e0a2abbd4 (patch) | |
tree | 2b06e6b634fad96796b2681ece2de525afa3ce36 /mount.cifs.c | |
parent | 2e8a385d069ebee4a2a97ea127aa5922291354ad (diff) | |
download | cifs-utils-871111a8a4491cc27bc8e99b4de85c3e0a2abbd4.tar.gz cifs-utils-871111a8a4491cc27bc8e99b4de85c3e0a2abbd4.tar.bz2 cifs-utils-871111a8a4491cc27bc8e99b4de85c3e0a2abbd4.zip |
mount.cifs: add 'fsc' mount option to the usage help text
Add 'fsc' mount option to the 'Less commonly used options' section of
mount.cifs usage help text. As with the previous patch, this one too could be
queued and considered once the local caching patches gets merged upstream.
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Diffstat (limited to 'mount.cifs.c')
-rw-r--r-- | mount.cifs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.cifs.c b/mount.cifs.c index 5a05caa..9f04261 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@ -268,7 +268,7 @@ static int mount_cifs_usage(FILE * stream) fprintf(stream, "\n\tmapchars,nomapchars,nolock,servernetbiosname=<SRV_RFC1001NAME>"); fprintf(stream, - "\n\tdirectio,nounix,cifsacl,sec=<authentication mechanism>,sign"); + "\n\tdirectio,nounix,cifsacl,sec=<authentication mechanism>,sign,fsc"); fprintf(stream, "\n\nOptions not needed for servers supporting CIFS Unix extensions"); fprintf(stream, |