]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
And moved -C to front.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 21 Jun 2018 12:39:49 +0000 (12:39 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 21 Jun 2018 12:39:49 +0000 (12:39 +0000)
git-svn-id: file:///svn/unbound/trunk@4752 be551aaa-1e26-0410-a405-d3ace91eadb9

smallapp/unbound-host.c

index 31c0220333b01ba60c566d97c70486bfcdfe1a77..d2846036fbd768001eaa354c999954d60f01f234 100644 (file)
@@ -82,9 +82,8 @@ static int verb = 0;
 static void
 usage(void)
 {
-       printf("Usage:  unbound-host [-vdhr46] [-c class] [-t type]\n");
-       printf("                     [-y key] [-f keyfile] [-F namedkeyfile]\n");
-       printf("                     [-C configfile] hostname\n");
+       printf("Usage:  unbound-host [-C configfile] [-vdhr46] [-c class] [-t type]\n");
+       printf("                     [-y key] [-f keyfile] [-F namedkeyfile] hostname\n");
        printf("  Queries the DNS for information.\n");
        printf("  The hostname is looked up for IP4, IP6 and mail.\n");
        printf("  If an ip-address is given a reverse lookup is done.\n");