瀏覽代碼

cmd_jsonrpc: small adjustment to the help text

Daniel-Constantin Mierla 5 年之前
父節點
當前提交
595a317b43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kamcli/commands/cmd_jsonrpc.py

+ 1 - 1
kamcli/commands/cmd_jsonrpc.py

@@ -5,7 +5,7 @@ from kamcli.iorpc import command_jsonrpc_fifo
 from kamcli.iorpc import command_jsonrpc_socket
 
 
[email protected]("jsonrpc", short_help="Execute JSONRPC command")
[email protected]("jsonrpc", short_help="Execute JSONRPC commands")
 @click.option(
     "dryrun",
     "--dry-run",