Skip to content

Commit 46cd867

Browse files
Prokyonnpcescon
authored and
pcescon
committed
Fix Reference command typo (sulu#806)
1 parent ae720d9 commit 46cd867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/reference.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Refresh references
2323
------------------
2424

2525
The references are automatically updated upon saving an entity. You also have the option to manually update the
26-
references by executing the `bin/console sulu:references:refresh` command. This command optionally accepts the
26+
references by executing the `bin/console sulu:reference:refresh` command. This command optionally accepts the
2727
<resource-key> argument. When this argument is provided, only the references for the specified resource key will be refreshed.
2828

2929
.. code-block:: bash
3030
31-
bin/console sulu:references:refresh <resource-key>
31+
bin/console sulu:reference:refresh <resource-key>
3232
3333
.. note::
3434

0 commit comments

Comments
 (0)