r6499: Add two newer mount options to syntax help for mount.cifs
authorSteve French <sfrench@samba.org>
Wed, 27 Apr 2005 03:24:11 +0000 (03:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:43 +0000 (10:56 -0500)
(This used to be commit 2ed6b5ecab1c4d503207615d576b4520dfc15451)

source3/client/mount.cifs.c

index 3145447cc4efe3ac4a1cc6e403011ab714c632ad..ad56decb00720e9dbfe42f75dc2c3305226da541 100755 (executable)
@@ -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:");