summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-01-23 12:57:29 +0000
committerVolker Lendecke <vlendec@samba.org>2004-01-23 12:57:29 +0000
commit9038e9e2c34c1f2e706ecdf5b9231caf285b4458 (patch)
tree24be52012c553e07ee043dae78b556c3998fd7eb /source3
parentaa7a675025bc63ce0300b0e5bcf4a3a3849d2833 (diff)
downloadsamba-9038e9e2c34c1f2e706ecdf5b9231caf285b4458.tar.gz
samba-9038e9e2c34c1f2e706ecdf5b9231caf285b4458.tar.bz2
samba-9038e9e2c34c1f2e706ecdf5b9231caf285b4458.zip
Fix typo
(This used to be commit 09a30014233f111fe978effb12ecb2f88b710cb5)
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/wbinfo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c
index c7dc89d43f..4f6cc4225a 100644
--- a/source3/nsswitch/wbinfo.c
+++ b/source3/nsswitch/wbinfo.c
@@ -992,8 +992,7 @@ int main(int argc, char **argv)
{ "check-secret", 't', POPT_ARG_NONE, 0, 't', "Check shared secret" },
{ "trusted-domains", 'm', POPT_ARG_NONE, 0, 'm', "List trusted domains" },
{ "sequence", 0, POPT_ARG_NONE, 0, OPT_SEQUENCE, "Show sequence numbers of all domains" },
- { "domain-info", 'D', POPT_ARG_STRING, &string_arg, 'D',
- "Show all most info we have about the domain" },
+ { "domain-info", 'D', POPT_ARG_STRING, &string_arg, 'D', "Show most of the info we have about the domain" },
{ "user-groups", 'r', POPT_ARG_STRING, &string_arg, 'r', "Get user groups", "USER" },
{ "user-sids", 0, POPT_ARG_STRING, &string_arg, OPT_USERSIDS, "Get user group sids for user SID", "SID" },
{ "authenticate", 'a', POPT_ARG_STRING, &string_arg, 'a', "authenticate user", "user%password" },