diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-11 08:49:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-11 08:49:23 -0400 |
commit | 937f8abcd21d6f36a0f90afee843d476d1de74bf (patch) | |
tree | 92d029d033bfc89c2ce446b4ff378083246c72cd /kirc.c | |
parent | add "-h" argument for basic usage information (diff) | |
download | kirc-937f8abcd21d6f36a0f90afee843d476d1de74bf.tar.gz kirc-937f8abcd21d6f36a0f90afee843d476d1de74bf.tar.bz2 kirc-937f8abcd21d6f36a0f90afee843d476d1de74bf.tar.xz kirc-937f8abcd21d6f36a0f90afee843d476d1de74bf.tar.zst kirc-937f8abcd21d6f36a0f90afee843d476d1de74bf.zip |
add "-h" to USAGE
Diffstat (limited to '')
-rw-r--r-- | kirc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) */ |