From 65d672f019ba67bcaf322a27506123f29204b71e Mon Sep 17 00:00:00 2001 From: Steve French Date: Wed, 27 Apr 2005 03:24:11 +0000 Subject: r6499: Add two newer mount options to syntax help for mount.cifs (This used to be commit 2ed6b5ecab1c4d503207615d576b4520dfc15451) --- source3/client/mount.cifs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client') 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=\n\tpass=\n\tdom=\n"); printf("\nLess commonly used options:"); - printf("\n\tcredentials=,guest,perm,noperm,setuids,nosetuids,rw,ro,\n\tsep=,iocharset=,suid,nosuid,exec,noexec,serverino,\n\tdirectio"); + printf("\n\tcredentials=,guest,perm,noperm,setuids,nosetuids,rw,ro,\n\tsep=,iocharset=,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=,gid=,dir_mode=,file_mode="); printf("\n\nRarely used options:"); -- cgit