diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-06-24 15:55:30 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-06-24 16:30:33 +0200 |
commit | 7c451b9b89de4fd3243e081551504d2efc6ade2f (patch) | |
tree | 2bafd42b8fae539c37a5d5ff135447eb1d5b6f07 /source3/utils | |
parent | 1178287eebe25d98cbd130e16d7c9c61331f83f8 (diff) | |
download | samba-7c451b9b89de4fd3243e081551504d2efc6ade2f.tar.gz samba-7c451b9b89de4fd3243e081551504d2efc6ade2f.tar.bz2 samba-7c451b9b89de4fd3243e081551504d2efc6ade2f.zip |
net ads: Fix typos.
Karolin
(This used to be commit 63c1a5146e25e05678d2bef95286add5c95a5f38)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_ads.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index c0d04acd0b..4d37e2bf8d 100644 --- a/source3/utils/net_ads.c +++ b/source3/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 <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); |