summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-11-08 22:13:34 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-11-08 22:13:34 +0000
commitd03b002d1280cc63b12c7fb3ec7635622d6ca0ca (patch)
treeef2cbefbaf6458aa856f6756162008b2fd2109b8 /source3
parent66a1f9b1fef10e7a74e8dafdfeefdf24f9096c13 (diff)
downloadsamba-d03b002d1280cc63b12c7fb3ec7635622d6ca0ca.tar.gz
samba-d03b002d1280cc63b12c7fb3ec7635622d6ca0ca.tar.bz2
samba-d03b002d1280cc63b12c7fb3ec7635622d6ca0ca.zip
Make smbpasswd tell people to use 'net join', not 'net rpc join' now we have
the automagic detection. (This used to be commit a066bed5a4855dac955bf0bd7630939220314cfe)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/smbpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c
index 75a4319cb9..0e822ee7ad 100644
--- a/source3/utils/smbpasswd.c
+++ b/source3/utils/smbpasswd.c
@@ -122,7 +122,7 @@ static int process_options(int argc, char **argv, int local_flags)
local_flags |= LOCAL_INTERDOM_ACCOUNT;
break;
case 'j':
- d_printf("See 'net rpc join' for this functionality\n");
+ d_printf("See 'net join' for this functionality\n");
exit(1);
break;
case 'n':