diff options
Diffstat (limited to 'source3/client/smbumount.c')
-rw-r--r-- | source3/client/smbumount.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 |