Yes, I'm very funny

This commit is contained in:
Přemysl Eric Janouch 2014-10-26 18:55:25 +01:00
parent 294fc28e29
commit 3ea5918fee
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* autistdraw.c: terminal drawing for NEET autists
* autistdraw.c: terminal drawing for NEET autists^Wartists
*
* Copyright (c) 2014, Přemysl Janouch <p.janouch@gmail.com>
* All rights reserved.
@ -615,7 +615,7 @@ parse_program_arguments (app_context_t *app, int argc, char **argv)
struct opt_handler oh;
opt_handler_init (&oh, argc, argv, opts,
NULL, "Terminal drawing for NEET autists.");
NULL, "Terminal drawing for NEET autists^Wartists");
int c;
while ((c = opt_handler_get (&oh)) != -1)