mirror of https://github.com/docker/docs.git
reference: prefix usage output with a prompt to allow copying
Although the usage example is not directly "runnable", it doesn't hurt to allow copying them. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1d39082fa8
commit
61b3d930d8
|
@ -81,7 +81,7 @@ your client and daemon API versions.
|
|||
## Usage
|
||||
|
||||
```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 %}
|
||||
|
|
Loading…
Reference in New Issue