r13517: Fix typo -- thanks to Karolin Seeger <ks@sernet.de>
authorVolker Lendecke <vlendec@samba.org>
Wed, 15 Feb 2006 21:54:58 +0000 (21:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:09 +0000 (11:10 -0500)
(This used to be commit d0efb435e51ee4d5454b55aee1596355ecc4a2c6)

source3/utils/pdbedit.c

index 7e29c797cb099ede817f03c6b2b0f96d1756cd91..f4d558f07dde0d03ccd46431c93bb6137b28da23 100644 (file)
@@ -671,7 +671,7 @@ int main (int argc, char **argv)
                {"bad-password-count-reset", 'z', POPT_ARG_NONE, &badpw_reset, 0, "reset bad password count", NULL},
                {"logon-hours-reset", 'Z', POPT_ARG_NONE, &hours_reset, 0, "reset logon hours", NULL},
                {"pwd-can-change-time", 0, POPT_ARG_STRING, &pwd_can_change_time, 0, "Set password can change time (unix time in seconds since 1970 if time format not provided)", NULL },
-               {"pwd-must-change-time", 0, POPT_ARG_STRING, &pwd_must_change_time, 0, "Set password can change time (unix time in seconds since 1970 if time format not provided)", NULL },
+               {"pwd-must-change-time", 0, POPT_ARG_STRING, &pwd_must_change_time, 0, "Set password must change time (unix time in seconds since 1970 if time format not provided)", NULL },
                {"time-format", 0, POPT_ARG_STRING, &pwd_time_format, 0, "The time format for time parameters", NULL },
                POPT_COMMON_SAMBA
                POPT_TABLEEND