From 51d296f25152ce9d719cec777bb306ca246fc3be Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 1 Mar 2007 00:50:56 +0000 Subject: r21607: While committing I saw I had not newline terminated this string ... --- source/utils/net_ads_gpo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/net_ads_gpo.c b/source/utils/net_ads_gpo.c index 9cdc69d9899..83cc2fe8fcf 100644 --- a/source/utils/net_ads_gpo.c +++ b/source/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 [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; } -- cgit