Make smbpasswd tell people to use 'net join', not 'net rpc join' now we have
authorAndrew Bartlett <abartlet@samba.org>
Fri, 8 Nov 2002 22:13:34 +0000 (22:13 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Nov 2002 22:13:34 +0000 (22:13 +0000)
the automagic detection.

source/utils/smbpasswd.c

index 75a4319cb965797c7fea04b0d87444442bdf44a2..0e822ee7ade66dd23bbc067a67f2c3894f1c6909 100644 (file)
@@ -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':