diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-14 13:33:59 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-14 13:36:35 +0200 |
commit | dfe814316f10fa453396bc05f6e633f3fd5e55a4 (patch) | |
tree | 82165c124268b166e195810dcd7d35fb529eba40 /json-rpc-shell.c | |
parent | efc663a1781d78e462c498a1b345833835b033fa (diff) | |
download | json-rpc-shell-dfe814316f10fa453396bc05f6e633f3fd5e55a4.tar.gz json-rpc-shell-dfe814316f10fa453396bc05f6e633f3fd5e55a4.tar.xz json-rpc-shell-dfe814316f10fa453396bc05f6e633f3fd5e55a4.zip |
This software is no longer simple
Diffstat (limited to 'json-rpc-shell.c')
-rw-r--r-- | json-rpc-shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json-rpc-shell.c b/json-rpc-shell.c index 10f8806..b65c666 100644 --- a/json-rpc-shell.c +++ b/json-rpc-shell.c @@ -1,5 +1,5 @@ /* - * json-rpc-shell.c: simple JSON-RPC 2.0 shell + * json-rpc-shell.c: a shell for JSON-RPC 2.0 * * Copyright (c) 2014 - 2020, Přemysl Eric Janouch <p@janouch.name> * @@ -3587,7 +3587,7 @@ parse_program_arguments (struct app_context *ctx, int argc, char **argv, }; struct opt_handler oh = opt_handler_make (argc, argv, opts, - "ENDPOINT", "A simple JSON-RPC 2.0 shell."); + "ENDPOINT", "A shell for JSON-RPC 2.0."); int c; while ((c = opt_handler_get (&oh)) != -1) |