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:
@@ -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'] );
|
||||
|
||||
Reference in New Issue
Block a user