From 63c1a5146e25e05678d2bef95286add5c95a5f38 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 24 Jun 2008 15:55:30 +0200 Subject: [PATCH] net ads: Fix typos. Karolin --- source/utils/net_ads.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/utils/net_ads.c b/source/utils/net_ads.c index c0d04acd0b1..4d37e2bf8d5 100644 --- a/source/utils/net_ads.c +++ b/source/utils/net_ads.c @@ -1911,9 +1911,9 @@ static int net_ads_search_usage(struct net_context *c, int argc, const char **ar { d_printf( "\nnet ads search \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); -- 2.11.4.GIT