Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jun 18, 2020
1 parent 8398d48 commit 704981a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/command-line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ Possible options for this command are:

* ``-c``, ``--only-create-new`` only create new users
* ``-u``, ``--only-update-existing`` only update existing users
* ``-s``, ``--ldap-server-id[=LDAP-SERVER-ID] `` synchronize only users attached to this LDAP server (multiple values allowed)
* ``-s``, ``--ldap-server-id[=LDAP-SERVER-ID]`` synchronize only users attached to this LDAP server (multiple values allowed)
* ``-f``, ``--ldap-filter[=LDAP-FILTER]`` filter to apply on LDAP search
* ``--begin-date[=BEGIN-DATE]`` begin date to apply in "modifyTimestamp" filter
* ``--end-date[=END-DATE]`` end date to apply in "modifyTimestamp" filter
* ``-d``, ``--deleted-user-strategy[=DELETED-USER-STRATEGY] force strategy used for deleted users:
* ``-d``, ``--deleted-user-strategy[=DELETED-USER-STRATEGY]`` force strategy used for deleted users:

* 0: Preserve
* 1: Put in trashbin
* 2: Withdraw dynamic authorizations and groups
Expand Down Expand Up @@ -189,7 +189,7 @@ Some command line tolls are also available to manage plugins from command line:

In order to install ``MyGreatPlugin``; you should end with something like:

.. ::
::

$ ./bin/console glpi:plugin:install MyGreatPlugin
$ ./bin/console glpi:plugin:activate MyGreatPlugin
Expand Down

0 comments on commit 704981a

Please sign in to comment.