PM-3047 "Change the help text for many..." SOLVED

> Code Isuue:
  0017679: Change the help text for many "processmaker" commands
> Solution:
  Se cambia el help de mansajes de processmaker por los nuevos mensajes sugeridos.
This commit is contained in:
Luis Fernando Saisa Lopez
2015-07-20 12:06:24 -04:00
parent 05c535e5ba
commit 8f9005b726

View File

@@ -182,7 +182,7 @@ class CLI
$valid_args[] = $arg;
}
$nameHotfixFile = ($taskName == "hotfix-install")? "HOTFIX-FILE" : ""; //lsl
$nameHotfixFile = ($taskName == "hotfix-install")? "HOTFIX-FILE" : "";
$valid_args = join( " ", $valid_args );
$description = explode( "\n", self::$tasks[$taskName]['description'] );