aboutsummaryrefslogtreecommitdiff
path: root/autistdraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'autistdraw.c')
-rw-r--r--autistdraw.c4
1 files 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 <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)