1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

net ads: Fix typos.

Karolin
This commit is contained in:
Karolin Seeger 2008-06-24 15:55:30 +02:00
parent b5f9176b6c
commit 63c1a5146e

View 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);