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:
Sebastiaan van Stijn 2021-03-26 15:41:21 +01:00
parent 1d39082fa8
commit 61b3d930d8
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}