From 78fcf93d88a1a786fb56a98ff043d217d62f406d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 25 Jun 2007 11:45:54 +0000 Subject: r23596: Add notes about smbfs/cifs to usage() in smb[u]mount (This used to be commit 4896b4ee55b3c8213754ebe6a8edafd82a40c014) --- source3/client/smbmount.c | 3 +++ source3/client/smbumount.c | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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= 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 -- cgit