mirror of https://github.com/docker/docs.git
Merge pull request #12583 from thaJeztah/fix_usage_console
reference: prefix usage output with a prompt to allow copying
This commit is contained in:
commit
bc33781c35
|
@ -81,7 +81,7 @@ your client and daemon API versions.
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```console
|
```console
|
||||||
{{ controller_data.usage | replace: tabChar, "" | strip }}{% if controller_data.cname %} COMMAND{% endif %}
|
$ {{ controller_data.usage | replace: tabChar, "" | strip }}{% if controller_data.cname %} COMMAND{% endif %}
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue