File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
331337Creating a profile
332338------------------
@@ -1414,4 +1420,4 @@ Ticket templates
14141420FAQ
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/ >`_
You can’t perform that action at this time.
0 commit comments