diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-11 08:50:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-11 08:50:12 -0400 |
commit | 8ec2bc821088dda3552b0a59bc2d6221191a8b82 (patch) | |
tree | 256c89bec8a445d7079cf18f69dd641dd84532ec /README.md | |
parent | add "-h" to USAGE (diff) | |
download | kirc-8ec2bc821088dda3552b0a59bc2d6221191a8b82.tar.gz kirc-8ec2bc821088dda3552b0a59bc2d6221191a8b82.tar.bz2 kirc-8ec2bc821088dda3552b0a59bc2d6221191a8b82.tar.xz kirc-8ec2bc821088dda3552b0a59bc2d6221191a8b82.tar.zst kirc-8ec2bc821088dda3552b0a59bc2d6221191a8b82.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,7 @@ Usage ----- ```shell -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] +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] [-h|v|V] -s server address (default: 'irc.freenode.org') -p server port (default: '6667') -c channel name (default: '#kisslinux') @@ -33,6 +33,7 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us -x send command to irc server after inital connection -w maximum width of the printed left column (default: '10') -W maximum width of the entire printed stream (default '80') +-h basic usage information ``` Features |