From dfe814316f10fa453396bc05f6e633f3fd5e55a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 14 Oct 2020 13:33:59 +0200 Subject: This software is no longer simple --- json-rpc-shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json-rpc-shell.c') 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 * @@ -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) -- cgit v1.2.3