diff options
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)  | 
