diff options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/compute-agent.rst | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/source/command-objects/compute-agent.rst b/doc/source/command-objects/compute-agent.rst index 55540c8d..239a24e8 100644 --- a/doc/source/command-objects/compute-agent.rst +++ b/doc/source/command-objects/compute-agent.rst @@ -79,21 +79,24 @@ Set compute agent properties .. code:: bash os compute agent set - <id> <version> <url> <md5hash> + [--agent-version <version>] + [--url <url] + [--md5hash <md5hash>] + <id> .. _compute_agent-set: -.. describe:: <id> +.. option:: --agent-version <version> - ID of the agent + Version of the agent -.. describe:: <version> +.. option:: --url <url> - Version of the agent + URL of the agent -.. describe:: <url> +.. option:: --md5hash <md5hash> - URL + MD5 hash of the agent -.. describe:: <md5hash> +.. describe:: <id> - MD5 hash + Agent to modify (ID only) |
