X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcreateCommonPasswordCdb.php;h=0aa8ce89f73ce5e21310996b98112ba0485025cd;hb=3ea30167fbbcb684370eb436a017cd42cc092fad;hp=de611ec7de1cfe78c15369968ff4d23cea7a85a8;hpb=0a6eedc440d7eca5fc342c7792b43c2471e83ece;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/createCommonPasswordCdb.php b/maintenance/createCommonPasswordCdb.php index de611ec7de..0aa8ce89f7 100644 --- a/maintenance/createCommonPasswordCdb.php +++ b/maintenance/createCommonPasswordCdb.php @@ -1,6 +1,6 @@ addArg( 'inputfile', 'List of passwords (one per line) to use or - for stdin', true ); $this->addArg( 'output', - "Location to write CDB file to (Try $IP/serialized/commonpasswords.cdb)", + "Location to write CDB file to (Try $IP/includes/password/commonpasswords.cdb)", true ); }