yaic

yet another ii client
git clone git://git.ckyln.com/~cem/yaic.git
Log | Files | Refs | README | LICENSE

commit ec2fb6372ce3c37cba75999c019bc6d62277e648
parent 47870714b382634e1208245466d4fc810f1c4d9d
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 10 Jun 2020 11:48:53 +0300

yaic: change usage output

Diffstat:
Myaic | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/yaic b/yaic @@ -13,7 +13,8 @@ toggle() { eval "$1=1" } -usage() { printf '%s\n' "usage: ${0##*/} [options]" "" \ +usage() { printf '%s\n' "usage: ${0##*/} [-s server] [-n nick] [-c chan] [-r dir]" \ + " [-h size] [-l length] [f fold]" "" \ " -s Sets the server (default: $s)" \ " -n Sets the nick (default: $n)" \ " -c Sets the channel (default: $c)" \