+ minor update doc

This commit is contained in:
garnier-quentin 2016-09-02 16:13:19 +02:00
parent cd0529625f
commit db3ea6cfcf
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ It seems that 'os::linux::snmp::plugin' is the good one. So i verify with the op
Plugin Description:
Check Linux operating systems in SNMP.
It's exactly what i need. Now i'll the option ``--list-mode`` to know what can i do with it:
It's exactly what i need. Now i'll add the option ``--list-mode`` to know what can i do with it:
$ perl centreon_plugins.pl --plugin=os::linux::snmp::plugin --list-mode
...

View File

@ -14,7 +14,7 @@ There are 3 chapters:
* :ref:`Code Style Guidelines <code_style_guidelines>`: Follow it.
* :ref:`Model Classes Usage <model_classes_usage>`: description of classes you should use for your plugin.
The lastest version is available on following git repository: http://git.centreon.com/centreon-plugins.git
The lastest version is available on following git repository: https://github.com/centreon/centreon-plugins.git
.. _quick-start: