Skip to content

Commit 641873b

Browse files
committed
docs: improve command sample
'\' is a meta character in the shell.
1 parent 2778b37 commit 641873b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/dbmgmt/migration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ You can use (migrate) with the following options:
201201
- ``-n`` - to choose namespace, otherwise (App) namespace will be used.
202202
- ``--all`` - to migrate all namespaces to the latest migration
203203

204-
This example will migrate Blog namespace with any new migrations on the test database group::
204+
This example will migrate ``Acme\Blog`` namespace with any new migrations on the test database group::
205205

206-
> php spark migrate -g test -n Blog
206+
> php spark migrate -g test -n 'Acme\Blog'
207207

208208
When using the ``--all`` option, it will scan through all namespaces attempting to find any migrations that have
209209
not been run. These will all be collected and then sorted as a group by date created. This should help

0 commit comments

Comments
 (0)