Merge pull request #12583 from thaJeztah/fix_usage_console

reference: prefix usage output with a prompt to allow copying
This commit is contained in:
Usha Mandya 2021-03-26 15:51:49 +00:00 committed by GitHub
commit bc33781c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 %}