From: Amit Kumar Date: Mon, 24 Jun 2019 22:20:42 +0000 (+0530) Subject: docs: Correct 'net ads dns unregister --help' description X-Git-Tag: ldb-2.0.5~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4992c9bbbb86fa688907ab585cf8799c6f9a1c8a;p=thirdparty%2Fsamba.git docs: Correct 'net ads dns unregister --help' description This change corrects the content of 'net ads dns unregister --help' command. Updated output would be: Usage: net ads dns unregister [hostname] Remove all IP Address entires for a given hostname from the Active Directory server. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14005 Signed-off-by: Amit Kumar Reviewed-by: Andreas Schneider Reviewed-by: Ralph Boehme Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Wed Jul 3 15:12:50 UTC 2019 on sn-devel-184 --- diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 1f055507ad7..6b4cd3591b0 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -2136,7 +2136,8 @@ static int net_ads_dns_unregister(struct net_context *c, "net ads dns unregister [hostname]\n" " %s\n", _("Usage:"), - _("Register hostname with DNS\n")); + _("Remove all IP Address entires for a given\n" + " hostname from the Active Directory server.\n")); return -1; }