Skip to content

Commit 2aaf20b

Browse files
committed
fix: Update CLI help menu entry
1 parent 6060512 commit 2aaf20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/argparse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ export const CLI_ARGS = {
363363
'You can also provide function arguments directly instead of being prompted for them:\n' +
364364
'```console\n' +
365365
' $ stx call_contract_func SPBMRFRPPGCDE3F384WCJPK8PQJGZ8K9QKK7F59X contract_name' +
366-
' contract_function 1 0 "$PAYMENT" "(u100), (true), (\\"some-string\\"")\n' +
366+
' contract_function 1 0 "$PAYMENT" \'u100, true, "some-string", { a: u"str-utf8", b: 2 }\'\n' +
367367
'```\n' +
368368
'\n',
369369
group: 'Account Management',

0 commit comments

Comments
 (0)