Skip to content

Commit fcc2b4d

Browse files
committed
Use code block so commands are not translatable
1 parent 05db31e commit fcc2b4d

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

source/anonymize/index.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,17 +316,23 @@ Via CLI (on-premise only)
316316

317317
- Run all default profiles on all objects:
318318

319-
- ``php bin/console glpi:plugin:anonymize --all``
319+
::
320+
321+
$ php bin/console glpi:plugin:anonymize --all
320322

321323
- Run profile X on all objects / on one object:
322324

323-
- ``php bin/console glpi:plugin:anonymize --profile=X``
324-
- ``php bin/console glpi:plugin:anonymize --profile=X --item-id=X``
325+
::
326+
327+
$ php bin/console glpi:plugin:anonymize --profile=X
328+
$ php bin/console glpi:plugin:anonymize --profile=X --item-id=X
325329

326330
- Run default profile type X on all objects / on one object :
327331

328-
- ``php bin/console glpi:plugin:anonymize --itemtype=X``
329-
- ``php bin/console glpi:plugin:anonymize --itemtype=X --item-id=X``
332+
::
333+
334+
$ php bin/console glpi:plugin:anonymize --itemtype=X
335+
$ php bin/console glpi:plugin:anonymize --itemtype=X --item-id=X
330336

331337
Creating a profile
332338
------------------
@@ -1414,4 +1420,4 @@ Ticket templates
14141420
FAQ
14151421
---
14161422

1417-
If you have any questions about using the plugin, please consult `our FAQ <https://faq.teclib.com/04_Plugins/Anonymize/>`_
1423+
If you have any questions about using the plugin, please consult `our FAQ <https://faq.teclib.com/04_Plugins/Anonymize/>`_

0 commit comments

Comments
 (0)