diff --git a/aio/content/cli/index.md b/aio/content/cli/index.md index 91de0ab7d9..e84c05f3ad 100644 --- a/aio/content/cli/index.md +++ b/aio/content/cli/index.md @@ -74,7 +74,10 @@ Command syntax is shown as follows: * Option names are prefixed with a double dash (--). Option aliases are prefixed with a single dash (-). Arguments are not prefixed. - For example: `ng build my-app -c production` + For example: + + ng build my-app -c production + * Typically, the name of a generated artifact can be given as an argument to the command or specified with the --name option.