Skip to content

Commit 3df19de

Browse files
committed
docs: fix command sample with non-existent command
1 parent f79b175 commit 3df19de

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

user_guide_src/source/cli/spark_commands.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ You may always pass ``--no-header`` to suppress the header output, helpful for p
3333
For all of the commands CodeIgniter provides, if you do not provide the required arguments, you will be prompted
3434
for the information it needs to run correctly::
3535

36-
> php spark migrate:version
37-
> Version?
36+
> php spark make::controller
37+
38+
Controller class name :
3839

3940
Calling Commands
4041
================

0 commit comments

Comments
 (0)