Skip to content
Snippets Groups Projects
Commit 2173d1b7 authored by Erik Reid's avatar Erik Reid
Browse files

renamed cli console script

parent 0eabd59f
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ required by BRIAN.
.. code-block:: console
% python brian_polling_manager/cli.py --help
Usage: cli.py [OPTIONS]
% brian-polling-manager --help
Usage: brian-polling-manager [OPTIONS]
Update BRIAN snmp checks based on Inventory Provider data.
......@@ -15,7 +15,6 @@ required by BRIAN.
--force / --no-force update even if inventory hasn't been updated
--help Show this message and exit.
The required configuration file must be
formatted according to the following schema:
......
cli
brian-polling-manager
===================================================
.. automodule:: brian_polling_manager.cli
......
......@@ -15,7 +15,7 @@ setup(
],
entry_points={
'console_scripts': [
'cli=brian_polling_manager.cli:main'
'brian-polling-manager=brian_polling_manager.cli:main'
]
},
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment