summaryrefslogtreecommitdiffstats
path: root/source/utils
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2007-03-01 00:50:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:16 -0500
commit51d296f25152ce9d719cec777bb306ca246fc3be (patch)
tree40d6d73f2900537f279d28d725e0809def9e6a82 /source/utils
parent5b4838f62ab1a92bfe02626ef40d7f94c2598322 (diff)
downloadsamba-51d296f25152ce9d719cec777bb306ca246fc3be.tar.gz
samba-51d296f25152ce9d719cec777bb306ca246fc3be.tar.xz
samba-51d296f25152ce9d719cec777bb306ca246fc3be.zip
r21607: While committing I saw I had not newline terminated this string ...
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/net_ads_gpo.c2
1 files changed, 1 insertions, 1 deletions
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 <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;
}