From 3ea5918feeeb6cb2b4415b0ce2f5fa6cab991671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 26 Oct 2014 18:55:25 +0100 Subject: Yes, I'm very funny --- autistdraw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- cgit v1.2.3