You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/12/23 22:10:59 UTC

[openwhisk-wskdebug] 04/11: fix usage output formatting

This is an automated email from the ASF dual-hosted git repository.

alexkli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git

commit 9aa166e60b606d1c90264412505ee4e27e9cdfdd
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Wed Dec 23 00:01:16 2020 -0800

    fix usage output formatting
---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index 57ec503..f277930 100644
--- a/index.js
+++ b/index.js
@@ -150,7 +150,7 @@ function yargsOptions(yargs) {
         alias: "condition",
         type: "string",
         group: "Agent options:",
-        describe: "Hit condition to trigger debugger. Javascript expression evaluated against input parameters. Example: 'debug == 'true'"
+        describe: "Hit condition to trigger debugger. Javascript expression evaluated against input parameters. Example: `debug == 'true'`"
     });
     yargs.option("agent-timeout", {
         type: "number",