PM-878 Change description of the "processmaker change-password-hash-method" command in the help

This commit is contained in:
dheeyi
2015-02-26 15:22:35 -04:00
parent a98068b4a4
commit 11ee25b8df

View File

@@ -21,7 +21,7 @@ EOT
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/
CLI::taskName('change-password-hash-method'); CLI::taskName('change-password-hash-method');
CLI::taskDescription(<<<EOT CLI::taskDescription(<<<EOT
Create .po file for the plugin Change password hash method to md5 or sha256 for the specified workspace
EOT EOT
); );
CLI::taskArg('workspace', false); CLI::taskArg('workspace', false);