diff --git a/autistdraw.c b/autistdraw.c index c42f9bd..3938855 100644 --- a/autistdraw.c +++ b/autistdraw.c @@ -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 * 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)