Use upper-case COMMAND value

This commit is contained in:
5chdn 2017-08-29 15:26:44 +02:00
parent dfb7d2b637
commit f1145d58c8
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
2 changed files with 3 additions and 3 deletions

View File

@ -188,7 +188,7 @@ FLAGS:
-V, --version Prints version information
OPTIONS:
--blocknotify <command> Execute command when the best block changes (%s in cmd is replaced by the block hash).
--blocknotify <COMMAND> Execute COMMAND when the best block changes (%s in cmd is replaced by the block hash).
-c, --connect <IP> Connect only to the specified node.
-d, --data-dir <PATH> Specify the database and configuration directory PATH.
--db-cache <SIZE> Sets the database cache size.

View File

@ -81,9 +81,9 @@ args:
value_name: HOSTS
- blocknotify:
long: blocknotify
help: Execute command when the best block changes (%s in cmd is replaced by the block hash).
help: Execute COMMAND when the best block changes (%s in COMMAND is replaced by the block hash).
takes_value: true
value_name: command
value_name: COMMAND
- verification-level:
long: verification-level
help: Sets the Blocks verification level to full (default), header (scripts are not verified), or none (no verification at all).