diff options
-rw-r--r-- | source3/utils/net_ads_gpo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads_gpo.c b/source3/utils/net_ads_gpo.c index 9cdc69d989..83cc2fe8fc 100644 --- a/source3/utils/net_ads_gpo.c +++ b/source3/utils/net_ads_gpo.c @@ -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; } |