Fix typo
authorVolker Lendecke <vlendec@samba.org>
Fri, 23 Jan 2004 12:58:07 +0000 (12:58 +0000)
committerVolker Lendecke <vlendec@samba.org>
Fri, 23 Jan 2004 12:58:07 +0000 (12:58 +0000)
(This used to be commit f83606a058b934309bf1b2075747f504eb38575d)

source3/nsswitch/wbinfo.c

index c7dc89d43f1f2837278df2f6bb86c9f275dcd570..4f6cc4225a7825232af8c61f9ed77556c8eb733b 100644 (file)
@@ -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" },