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

This commit is contained in:
dheeyi
2015-03-05 13:16:20 -04:00
parent 11ee25b8df
commit 8fe15e8ea5

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);