From 61b3d930d847cb8f087a770d0ef5f8b4777bad3c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 26 Mar 2021 15:41:21 +0100 Subject: [PATCH] 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 --- _includes/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/cli.md b/_includes/cli.md index c846d13cff..865b34cfc4 100644 --- a/_includes/cli.md +++ b/_includes/cli.md @@ -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 %}