diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-11-08 22:13:34 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-11-08 22:13:34 +0000 |
commit | d03b002d1280cc63b12c7fb3ec7635622d6ca0ca (patch) | |
tree | ef2cbefbaf6458aa856f6756162008b2fd2109b8 /source3/utils | |
parent | 66a1f9b1fef10e7a74e8dafdfeefdf24f9096c13 (diff) | |
download | samba-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/utils')
-rw-r--r-- | source3/utils/smbpasswd.c | 2 |
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': |