lchat

A line oriented chat front end for ii.
git clone git://git.suckless.org/lchat
Log | Files | Refs | README

commit caf67d6bcb62b1fd9d56d9a66a7130e99bfce2b7
parent 460df30966bce978334a341cea5f32238f98b5f8
Author: Jan Klemkow <j.klemkow@wemelug.de>
Date:   Mon, 26 Oct 2015 22:47:06 +0100

add prompt option to usage message

Diffstat:
Mlchat.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lchat.c b/lchat.c @@ -57,7 +57,8 @@ line_output(struct slackline *sl, char *file) static void usage(void) { - fprintf(stderr, "lchar [-nH] [-p prompt] [-i in] [-o out] [directory]\n"); + fprintf(stderr, "lchar [-nh] [-H lines] [-p prompt] [-i in] [-o out] " + "[directory]\n"); exit(EXIT_FAILURE); }