summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads_gpo.c
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
commitf15327488985c7bea1ac507a3c76641fca9448ef (patch)
treeb47c2bae03db7a5aaf53bc20bd8f2fe5945143d4 /source3/utils/net_ads_gpo.c
parente9e6af59510242fbc78fd2100026d8dc79f18773 (diff)
downloadsamba-f15327488985c7bea1ac507a3c76641fca9448ef.tar.gz
samba-f15327488985c7bea1ac507a3c76641fca9448ef.tar.bz2
samba-f15327488985c7bea1ac507a3c76641fca9448ef.zip
r21607: While committing I saw I had not newline terminated this string ...
(This used to be commit 51d296f25152ce9d719cec777bb306ca246fc3be)
Diffstat (limited to 'source3/utils/net_ads_gpo.c')
-rw-r--r--source3/utils/net_ads_gpo.c2
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;
}