r23596: Add notes about smbfs/cifs to usage() in smb[u]mount
authorVolker Lendecke <vlendec@samba.org>
Mon, 25 Jun 2007 11:45:54 +0000 (11:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:34 +0000 (12:23 -0500)
source/client/smbmount.c
source/client/smbumount.c

index 4e1c94e1fa97bcaf430de3ab35a30d0f24951e7d..b1462dbddf18103d836298e13d19c48298f4c050 100644 (file)
@@ -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\
index 7ad7ed22af0d0d68db73689654054190022287af..4be54b679361f0398973e21ee99d520c27c90dfa 100644 (file)
@@ -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