summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve French <sfrench@samba.org>2005-04-27 03:24:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:43 -0500
commit65d672f019ba67bcaf322a27506123f29204b71e (patch)
treef404dc2139b426ce842164758b81505f424e7728
parent595183b9163ab7075e04ef210ca9c75aae041841 (diff)
downloadsamba-65d672f019ba67bcaf322a27506123f29204b71e.tar.gz
samba-65d672f019ba67bcaf322a27506123f29204b71e.tar.bz2
samba-65d672f019ba67bcaf322a27506123f29204b71e.zip
r6499: Add two newer mount options to syntax help for mount.cifs
(This used to be commit 2ed6b5ecab1c4d503207615d576b4520dfc15451)
-rwxr-xr-xsource3/client/mount.cifs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/mount.cifs.c b/source3/client/mount.cifs.c
index 3145447cc4..ad56decb00 100755
--- a/source3/client/mount.cifs.c
+++ b/source3/client/mount.cifs.c
@@ -83,7 +83,7 @@ static void mount_cifs_usage(void)
printf(" to a local directory.\n\nOptions:\n");
printf("\tuser=<arg>\n\tpass=<arg>\n\tdom=<arg>\n");
printf("\nLess commonly used options:");
- printf("\n\tcredentials=<filename>,guest,perm,noperm,setuids,nosetuids,rw,ro,\n\tsep=<char>,iocharset=<codepage>,suid,nosuid,exec,noexec,serverino,\n\tdirectio");
+ printf("\n\tcredentials=<filename>,guest,perm,noperm,setuids,nosetuids,rw,ro,\n\tsep=<char>,iocharset=<codepage>,suid,nosuid,exec,noexec,serverino,\n\tdirectio,mapchars,nomapchars");
printf("\n\nOptions not needed for servers supporting CIFS Unix extensions\n\t(e.g. most Samba versions):");
printf("\n\tuid=<uid>,gid=<gid>,dir_mode=<mode>,file_mode=<mode>");
printf("\n\nRarely used options:");