svn commit: samba r6499 - in branches/SAMBA_3_0/source/client: .

sfrench at samba.org sfrench at samba.org
Wed Apr 27 03:24:11 GMT 2005


Author: sfrench
Date: 2005-04-27 03:24:11 +0000 (Wed, 27 Apr 2005)
New Revision: 6499

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6499

Log:
Add two newer mount options to syntax help for mount.cifs


Modified:
   branches/SAMBA_3_0/source/client/mount.cifs.c


Changeset:
Modified: branches/SAMBA_3_0/source/client/mount.cifs.c
===================================================================
--- branches/SAMBA_3_0/source/client/mount.cifs.c	2005-04-27 00:48:39 UTC (rev 6498)
+++ branches/SAMBA_3_0/source/client/mount.cifs.c	2005-04-27 03:24:11 UTC (rev 6499)
@@ -83,7 +83,7 @@
 	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:");



More information about the samba-cvs mailing list