From: Björn Baumbach Date: Thu, 16 Feb 2023 18:20:14 +0000 (+0100) Subject: net: add hint which options can be used with net ads dns register command X-Git-Tag: talloc-2.4.1~1487 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3cfb99d2864ba288a152a2b4ff35fc9ec65fead;p=thirdparty%2Fsamba.git net: add hint which options can be used with net ads dns register command Signed-off-by: Björn Baumbach Reviewed-by: Andrew Bartlett Autobuild-User(master): Björn Baumbach Autobuild-Date(master): Fri Mar 3 12:52:00 UTC 2023 on atb-devel-224 --- diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 4bca90d5c8c..2c5786a6e65 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -1892,7 +1892,8 @@ static int net_ads_dns_register(struct net_context *c, int argc, const char **ar if (c->display_usage) { d_printf( "%s\n" - "net ads dns register [hostname [IP [IP...]]]\n" + "net ads dns register [hostname [IP [IP...]]] " + "[--force] [--dns-ttl TTL]\n" " %s\n", _("Usage:"), _("Register hostname with DNS\n"));