Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edited formatting in params to remove italics which make the -l look … #7454

Open
wants to merge 1 commit into
base: 4.8
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Using the command line

To upgrade agents using the command line, use the :doc:`agent_upgrade </user-manual/reference/tools/agent-upgrade>` tool as follows:

1. List all outdated agents using the *'-l'* parameter:
1. List all outdated agents using the `-l` parameter:

.. code-block:: console

Expand All @@ -36,7 +36,7 @@ To upgrade agents using the command line, use the :doc:`agent_upgrade </user-man

Total outdated agents: 3

2. Upgrade the agent with ID 002 using the *'-a'* parameter followed by the agent ID:
2. Upgrade the agent with ID 002 using the `-a` parameter followed by the agent ID:

.. code-block:: console

Expand Down