@@ -124,7 +124,7 @@ You can use (migrate) with the following options:
124124
125125- ``-g `` - to chose database group, otherwise default database group will be used.
126126- ``-n `` - to choose namespace, otherwise (App) namespace will be used.
127- - ``--all `` - to migrate all namespaces to the latest migration
127+ - ``--all `` - to migrate all namespaces to the latest migration.
128128
129129This example will migrate ``Acme\Blog `` namespace with any new migrations on the test database group::
130130
@@ -145,7 +145,7 @@ You can use (rollback) with the following options:
145145
146146- ``-g `` - to choose database group, otherwise default database group will be used.
147147- ``-b `` - to choose a batch: natural numbers specify the batch.
148- - ``-f `` - to force a bypass confirmation question, it is only asked in a production environment
148+ - ``-f `` - to force a bypass confirmation question, it is only asked in a production environment.
149149
150150refresh
151151=======
@@ -158,8 +158,8 @@ You can use (refresh) with the following options:
158158
159159- ``-g `` - to choose database group, otherwise default database group will be used.
160160- ``-n `` - to choose namespace, otherwise (App) namespace will be used.
161- - ``--all `` - to refresh all namespaces
162- - ``-f `` - to force a bypass confirmation question, it is only asked in a production environment
161+ - ``--all `` - to refresh all namespaces.
162+ - ``-f `` - to force a bypass confirmation question, it is only asked in a production environment.
163163
164164status
165165======
0 commit comments