r21607: While committing I saw I had not newline terminated this string ...
authorSimo Sorce <idra@samba.org>
Thu, 1 Mar 2007 00:50:56 +0000 (00:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:16 +0000 (12:18 -0500)
source/utils/net_ads_gpo.c

index 9cdc69d9899a01c0e4bca5dbe23a3a10a3e3c618..83cc2fe8fcf2d797f4d034a3701a9adb33b60340 100644 (file)
@@ -351,7 +351,7 @@ static int net_ads_gpo_add_link(int argc, const char **argv)
 
        if (argc < 2) {
                printf("usage: net ads gpo addlink <linkdn> <gpodn> [options]\n");
-               printf("note: DNs must be provided properly escaped.\n      See RFC 4514 for details");
+               printf("note: DNs must be provided properly escaped.\n      See RFC 4514 for details\n");
                return -1;
        }