From f65ef5faa2669fe6bb3ad4ea484c4fcbb2368981 Mon Sep 17 00:00:00 2001 From: ada mancini Date: Tue, 8 Oct 2019 11:59:26 -0400 Subject: [PATCH] Update upgrade.md (#9568) added backticks to `--manual-worker-upgrade` --- reference/ucp/3.2/cli/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/ucp/3.2/cli/upgrade.md b/reference/ucp/3.2/cli/upgrade.md index 115eee6ed1..4fcacb0a32 100644 --- a/reference/ucp/3.2/cli/upgrade.md +++ b/reference/ucp/3.2/cli/upgrade.md @@ -39,7 +39,7 @@ healthy and that all nodes have been upgraded successfully. | `--force-minimums` | Force the install/upgrade even if the system does not meet the minimum requirements | | `--host-address` *value* | Override the previously configured host address with this IP or network interface | | `--id` | The ID of the UCP instance to upgrade | -| --manual-worker-upgrade | Whether to manually upgrade worker nodes. Defaults to false | +| `--manual-worker-upgrade` | Whether to manually upgrade worker nodes. Defaults to false | | `--pull` | Pull UCP images: `always`, when `missing`, or `never` | | `--registry-password` *value* | Password to use when pulling images | | `--registry-username` *value* | Username to use when pulling images |