From: Volker Lendecke Date: Mon, 25 Jun 2007 11:45:54 +0000 (+0000) Subject: r23596: Add notes about smbfs/cifs to usage() in smb[u]mount X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4896b4ee55b3c8213754ebe6a8edafd82a40c014;p=thirdparty%2Fsamba.git r23596: Add notes about smbfs/cifs to usage() in smb[u]mount --- diff --git a/source/client/smbmount.c b/source/client/smbmount.c index 4e1c94e1fa9..b1462dbddf1 100644 --- a/source/client/smbmount.c +++ b/source/client/smbmount.c @@ -669,6 +669,9 @@ static void usage(void) printf("Version %s\n\n",SAMBA_VERSION_STRING); + printf("Please be aware that smbfs is deprecated in favor of " + "cifs\n\n"); + printf( "Options:\n\ username= SMB username\n\ diff --git a/source/client/smbumount.c b/source/client/smbumount.c index 7ad7ed22af0..4be54b67936 100644 --- a/source/client/smbumount.c +++ b/source/client/smbumount.c @@ -32,7 +32,9 @@ static void usage(void) { - printf("usage: smbumount mountpoint\n"); + printf("usage: smbumount mountpoint\n\n"); + printf("Please be aware that smbfs is deprecated in favor of " + "cifs\n"); } static int