Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jangaraj committed Jul 10, 2017
1 parent fc3f912 commit 52a5fc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Usage

.. code-block:: shell
$ zabbix-template-convertor -h
usage: zabbix-template-convertor [-h] [-v] -o X.Y.Z [-s] file
$ zabbix-template-converter -h
usage: zabbix-template-converter [-h] [-v] -o X.Y.Z [-s] file
Migrate Zabbix templates between versions
Expand All @@ -46,7 +46,7 @@ To convert a Zabbix 3.2 template for import into v2.0:
.. code-block:: shell
$ zabbix-template-convertor -o 2.0 my_template.xml > my_template-2.0.xml
$ zabbix-template-converter -o 2.0 my_template.xml > my_template-2.0.xml
A number of transformations will take place. For example, Discovery Rule
filters will be downgraded from the multiple-filter format introduced in Zabbix 2.4, to a single filter expression as follows:
Expand Down

0 comments on commit 52a5fc6

Please sign in to comment.