r20119: Update help info indicating how to use separators (forward slash only)
authorJim McDonough <jmcd@samba.org>
Tue, 12 Dec 2006 16:40:57 +0000 (16:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:26 +0000 (12:16 -0500)
and properly use backslashes in "net ads join computername="

source/utils/net_ads.c

index 82c57e8723d6a6bd22f7e2d7a453f72b987c7c13..359e1ef2407d218ffe2a21ecf075333893e4a7ff 100644 (file)
@@ -1322,6 +1322,8 @@ static int net_ads_join_usage(int argc, const char **argv)
        d_printf("   createcomputer=OU  Precreate the computer account in a specific OU.\n");
        d_printf("                      The OU string read from top to bottom without RDNs and delimited by a '/'.\n");
        d_printf("                      E.g. \"createcomputer=Computers/Servers/Unix\"\n");
+       d_printf("                      NB: A backslash '\\' is used as escape at multiple levels and may\n");
+       d_printf("                          need to be doubled or even quadrupled.  It is not used as a separator");
 
        return -1;
 }