1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r21607: While committing I saw I had not newline terminated this string ...

(This used to be commit 51d296f251)
This commit is contained in:
Simo Sorce 2007-03-01 00:50:56 +00:00 committed by Gerald (Jerry) Carter
parent e9e6af5951
commit f153274889

View 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;
}