Skip to content

Commit ad72eb3

Browse files
committed
Fixed more occurrences of app/console
1 parent 303265c commit ad72eb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translation/debug.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ output:
131131

132132
.. code-block:: terminal
133133
134-
$ php app/console debug:translation fr AcmeDemoBundle
134+
$ php bin/console debug:translation fr AcmeDemoBundle
135135
136136
--------- ------------------ ---------------------- -------------------------------
137137
State Id Message Preview (fr) Fallback Message Preview (en)
@@ -147,7 +147,7 @@ for the ``fr`` locale and run the command, you will get:
147147

148148
.. code-block:: terminal
149149
150-
$ php app/console debug:translation fr AcmeDemoBundle
150+
$ php bin/console debug:translation fr AcmeDemoBundle
151151
152152
--------- ------------------ ---------------------- -------------------------------
153153
State Id Message Preview (fr) Fallback Message Preview (en)
@@ -166,7 +166,7 @@ translation file in the ``fr`` locale and run the command, you will get:
166166

167167
.. code-block:: terminal
168168
169-
$ php app/console debug:translation fr AcmeDemoBundle
169+
$ php bin/console debug:translation fr AcmeDemoBundle
170170
171171
---------- ------------------ ---------------------- -------------------------------
172172
State Id Message Preview (fr) Fallback Message Preview (en)

0 commit comments

Comments
 (0)