Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit cf1e11a

Browse files
committed
Merge pull request #41 from 7elix/master
CLI dispatch parameter help path "coreapi"
2 parents bd197b1 + fd2b11f commit cf1e11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Cli/Dispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Tx_Coreapi_Cli_Dispatcher extends t3lib_cli {
3434

3535
var $cli_help = array(
3636
'name' => 'coreapi',
37-
'synopsis' => './cli_dispatch.phpsh service:command [options] arguments',
37+
'synopsis' => './cli_dispatch.phpsh coreapi service:command [options] arguments',
3838
'description' => '
3939
Coreapi provides a set of services/commands for doing the most common admin task in TYPO3 by CLI instead of doing it in the backend/browser.
4040
Currently the following commands are supported:

0 commit comments

Comments
 (0)