Skip to content

Commit

Permalink
Add ocs-agent-cli to cli-tools docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Aug 29, 2022
1 parent 18d0435 commit 1a9f050
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/user/cli_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,11 @@ general instructions.
:module: ocs.ocs_systemd
:func: get_parser
:prog: ocs-install-systemd

ocs-agent-cli
==============

.. argparse::
:module: ocs.agent_cli
:func: get_parser
:prog: ocs-agent-cli
2 changes: 1 addition & 1 deletion ocs/agent_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DESCRIPTION = """
This script provides a quick way to start an OCS Agent. You will need to set
OCS_CONFIG_DIR environment variable to the directory containing default.yaml,
or else use --site-* options to specify your configuration.
or else use ``--site-*`` options to specify your configuration.
To start an Agent, run::
Expand Down

0 comments on commit 1a9f050

Please sign in to comment.