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:
parent
e9e6af5951
commit
f153274889
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user