add prompt option to usage message - lchat - A line oriented chat front end for ii.
 (HTM) git clone git://git.suckless.org/lchat
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit caf67d6bcb62b1fd9d56d9a66a7130e99bfce2b7
 (DIR) parent 460df30966bce978334a341cea5f32238f98b5f8
 (HTM) Author: Jan Klemkow <j.klemkow@wemelug.de>
       Date:   Mon, 26 Oct 2015 22:47:06 +0100
       
       add prompt option to usage message
       
       Diffstat:
         M lchat.c                             |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) 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);
        }