Browse Source

cmd_jsonrpc: small adjustment to the help text

Daniel-Constantin Mierla 5 years ago
parent
commit
595a317b43
1 changed files with 1 additions and 1 deletions
  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",