From 2ed6b5ecab1c4d503207615d576b4520dfc15451 Mon Sep 17 00:00:00 2001 From: Steve French Date: Wed, 27 Apr 2005 03:24:11 +0000 Subject: [PATCH] r6499: Add two newer mount options to syntax help for mount.cifs --- source/client/mount.cifs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=\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:"); -- 2.47.3