diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-13 21:15:56 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-13 21:48:24 +0200 |
commit | 5854ed1b32be470b2ca9c126681fa4b417b94d37 (patch) | |
tree | a42817efb8412fa68680e4db89f422e18424b325 /json-rpc-shell.adoc | |
parent | 63c8a794793e2118912ee4b10579f60008549f21 (diff) | |
download | json-rpc-shell-5854ed1b32be470b2ca9c126681fa4b417b94d37.tar.gz json-rpc-shell-5854ed1b32be470b2ca9c126681fa4b417b94d37.tar.xz json-rpc-shell-5854ed1b32be470b2ca9c126681fa4b417b94d37.zip |
Support reading OpenRPC documents from a file
Bump liberty, it generated incorrect help messages.
Diffstat (limited to 'json-rpc-shell.adoc')
-rw-r--r-- | json-rpc-shell.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json-rpc-shell.adoc b/json-rpc-shell.adoc index 595dd68..31f78b7 100644 --- a/json-rpc-shell.adoc +++ b/json-rpc-shell.adoc @@ -76,9 +76,9 @@ Protocol *-o* _ORIGIN_, *--origin*=_ORIGIN_:: Set the HTTP Origin header to _ORIGIN_. Some servers may need this. -*-O*, *--openrpc*:: +*-O*[__PATH__], *--openrpc*[**=**__PATH__]:: Call "rpc.discover" upon start-up in order to pull in OpenRPC data for - tab completion of method names. + tab completion of method names. If a path is given, it is read from a file. Program information ~~~~~~~~~~~~~~~~~~~ |