docs: remove for example code (#26519)

PR Close #26519
This commit is contained in:
Alan Agius 2018-10-17 18:59:36 +02:00 committed by Misko Hevery
parent 225162aa6c
commit 5a79decba4
1 changed files with 1 additions and 3 deletions

View File

@ -88,9 +88,7 @@ Command syntax is shown as follows:
Boolean options have two forms: `--thisOption` sets the flag, `--noThisOption` clears it. 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. 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: Allowed values are given with each enumerated option description, with the default value in **bold**.
`--optionNameOrAlias=`**allowedValue1**`|allowedValue2|allowedValue3`
### Relative paths ### Relative paths