summaryrefslogtreecommitdiffstats
path: root/source/client
diff options
context:
space:
mode:
authorSteve French <sfrench@samba.org>2005-04-27 03:24:11 +0000
committerSteve French <sfrench@samba.org>2005-04-27 03:24:11 +0000
commit484351160a71674d2200248b7604c654ed60414d (patch)
treea3d237d05b1cfbf9ce748b473d468284d15e902a /source/client
parent183b1cc621d4630066854e33b33890a336f12319 (diff)
downloadsamba-484351160a71674d2200248b7604c654ed60414d.tar.gz
samba-484351160a71674d2200248b7604c654ed60414d.tar.xz
samba-484351160a71674d2200248b7604c654ed60414d.zip
r6499: Add two newer mount options to syntax help for mount.cifs
Diffstat (limited to 'source/client')
-rwxr-xr-xsource/client/mount.cifs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/mount.cifs.c b/source/client/mount.cifs.c
index 3145447cc4e..ad56decb007 100755
--- a/source/client/mount.cifs.c
+++ b/source/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:");