diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-14 01:18:39 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-14 01:19:32 +0100 |
commit | 38ebe658263fe5222ecf3c9fcd6322b9a8294663 (patch) | |
tree | d5e58d26f9329721dd6af0ae752ac187f42744b7 /json-rpc-shell.c | |
parent | 600b006f4b66b56284595f42511a1a6a03925d37 (diff) | |
download | json-rpc-shell-38ebe658263fe5222ecf3c9fcd6322b9a8294663.tar.gz json-rpc-shell-38ebe658263fe5222ecf3c9fcd6322b9a8294663.tar.xz json-rpc-shell-38ebe658263fe5222ecf3c9fcd6322b9a8294663.zip |
Add manpage generation, update README
Diffstat (limited to 'json-rpc-shell.c')
-rw-r--r-- | json-rpc-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-rpc-shell.c b/json-rpc-shell.c index 5fd4b4e..71f99c9 100644 --- a/json-rpc-shell.c +++ b/json-rpc-shell.c @@ -605,7 +605,7 @@ on_tty_readable (EV_P_ ev_io *handle, int revents) static void print_usage (const char *program_name) { - fprintf (stderr, + fprintf (stdout, "Usage: %s [OPTION]... ENDPOINT\n" "Trivial JSON-RPC shell.\n" "\n" |