diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/client/smbmount.c | 3 | ||||
-rw-r--r-- | source3/client/smbumount.c | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index 4e1c94e1fa..b1462dbddf 100644 --- a/source3/client/smbmount.c +++ b/source3/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=<arg> SMB username\n\ diff --git a/source3/client/smbumount.c b/source3/client/smbumount.c index 7ad7ed22af..4be54b6793 100644 --- a/source3/client/smbumount.c +++ b/source3/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 |