]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs: modifies 'net ads dns gethostbyname -h' Changes server to nameserver and name...
authorAmit Kumar <amitkuma@redhat.com>
Fri, 27 Sep 2019 06:42:20 +0000 (01:42 -0500)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 17 Oct 2019 07:58:39 +0000 (07:58 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14009

Signed-off-by: Amit Kumar amitkuma@redhat.com
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
source3/utils/net_ads.c

index b7b221ddafac69e6c18f81b9bc4495c4a5ee70c0..95a6ed74b7820a92282695cc1c2376aac6bfac9f 100644 (file)
@@ -2197,8 +2197,8 @@ static int net_ads_dns_gethostbyname(struct net_context *c, int argc, const char
                         _("Usage:"),
                         _("net ads dns gethostbyname <server> <name>\n"),
                         _("  Look up hostname from the AD\n"
-                          "    server\tName server to use\n"
-                          "    name\tName to look up\n"));
+                          "    nameserver\tName server to use\n"
+                          "    hostname\tName to look up\n"));
                return -1;
        }