From 937f8abcd21d6f36a0f90afee843d476d1de74bf Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Fri, 11 Sep 2020 08:49:23 -0400 Subject: add "-h" to USAGE --- kirc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kirc.c') diff --git a/kirc.c b/kirc.c index 5c70e01..cc306a5 100644 --- a/kirc.c +++ b/kirc.c @@ -16,7 +16,7 @@ #define CHA_MAX 200 /* gauranteed max channel length */ #define VERSION "0.0.8" /* software version */ #define USAGE "kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] \ -[-u username] [-k password] [-x init command] [-w columns] [-W columns] [-o path] [-v|V]" +[-u username] [-k password] [-x init command] [-w columns] [-W columns] [-o path] [-h|v|V]" static int conn; /* connection socket */ static size_t verb = 0; /* verbose output (e.g. raw stream) */ -- cgit v1.2.3