irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

commit e12de6300790b3263baacc4ce090b97f9dad1555
parent 498e046db0568787d3eed0cd455031f145508a5e
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 24 Sep 2012 17:27:22 +0200

cosmetics

Diffstat:
irctk.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/irctk.c b/irctk.c @@ -67,7 +67,7 @@ static struct argp_option options[] = { " (default: 2)", TIMING}, {"retry-after", 'y', "secs", 0, - "Wait delay before trying to reconnect (default: 5)", + "Wait delay before trying to reconnect to the server (default: 5)", TIMING}, {"retry-factor", 'Y', "secs", 0, "Retry delay multiplication factor after each failed attempt (default: 2)", @@ -89,7 +89,7 @@ static struct argp_option options[] = { "Post messages to the last posted channel by default", CHANNEL_SELECTION}, {"default-all", 'l', 0, 0, - "Post messages to all specified channels by default", + "Post messages to all channels specified on the command line by default", CHANNEL_SELECTION}, {"show-inferred", 'P', 0, 0, "When inferring a next chan with --default-last-posted, display it on"