Merged in dheeyi/processmaker/PM-878 (pull request #1582)

PM-878: Change description of the "processmaker change-password-hash-method" command in the help
This commit is contained in:
Julio Cesar Laura Avendaño
2015-03-05 13:35:40 -04:00

View File

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