net ads: Fix typos.
authorKarolin Seeger <kseeger@samba.org>
Tue, 24 Jun 2008 13:55:30 +0000 (15:55 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 24 Jun 2008 14:30:33 +0000 (16:30 +0200)
Karolin

source/utils/net_ads.c

index c0d04acd0b13cb885478650f8c53d744cafe2b74..4d37e2bf8d55832e6f512d6d3e8180460c8cdbe7 100644 (file)
@@ -1911,9 +1911,9 @@ static int net_ads_search_usage(struct net_context *c, int argc, const char **ar
 {
        d_printf(
                "\nnet ads search <expression> <attributes...>\n"
-               "\nperform a raw LDAP search on a ADS server and dump the results\n"
+               "\nPerform a raw LDAP search on a ADS server and dump the results.\n"
                "The expression is a standard LDAP search expression, and the\n"
-               "attributes are a list of LDAP fields to show in the results\n\n"
+               "attributes are a list of LDAP fields to show in the results.\n\n"
                "Example: net ads search '(objectCategory=group)' sAMAccountName\n\n"
                );
        net_common_flags_usage(c, argc, argv);