summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-06-25 11:45:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:34 -0500
commit78fcf93d88a1a786fb56a98ff043d217d62f406d (patch)
tree49e29443ad1bf04725c9b90538670c922ab36036
parent32d22501842ebbf02d7de94785e866e49d1545b2 (diff)
downloadsamba-78fcf93d88a1a786fb56a98ff043d217d62f406d.tar.gz
samba-78fcf93d88a1a786fb56a98ff043d217d62f406d.tar.bz2
samba-78fcf93d88a1a786fb56a98ff043d217d62f406d.zip
r23596: Add notes about smbfs/cifs to usage() in smb[u]mount
(This used to be commit 4896b4ee55b3c8213754ebe6a8edafd82a40c014)
-rw-r--r--source3/client/smbmount.c3
-rw-r--r--source3/client/smbumount.c4
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