Skip to content

Commit

Permalink
Merge pull request #2 from jangaraj/master
Browse files Browse the repository at this point in the history
Typos
  • Loading branch information
cavaliercoder committed Jul 11, 2017
2 parents fc3f912 + 52a5fc6 commit 7e8f26c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
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 7e8f26c

Please sign in to comment.