From 5a79decba427e196096df713431fa9ba7bae8f52 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 17 Oct 2018 18:59:36 +0200 Subject: [PATCH] docs: remove for example code (#26519) PR Close #26519 --- aio/content/cli/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aio/content/cli/index.md b/aio/content/cli/index.md index b89d7a76e0..f9a6fd3057 100644 --- a/aio/content/cli/index.md +++ b/aio/content/cli/index.md @@ -88,9 +88,7 @@ Command syntax is shown as follows: Boolean options have two forms: `--thisOption` sets the flag, `--noThisOption` clears it. If neither option is supplied, the flag remains in its default state, as listed in the reference documentation. -Allowed values are given with each enumerated option description, with the default value in **bold**. For example: - - `--optionNameOrAlias=`**allowedValue1**`|allowedValue2|allowedValue3` +Allowed values are given with each enumerated option description, with the default value in **bold**. ### Relative paths