commit da3671d31b79a827f5c0581d56d55dfa6009ad31
parent db0a96bc3a34837c5ee4b212898dea7420f46450
Author: Michael Constantine Dimopoulos <mk@mcdim.xyz>
Date: Wed, 27 Oct 2021 20:09:41 +0000
Updated comments of napp.c
Diffstat:
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/app/napp.c b/app/napp.c
@@ -1,16 +1,12 @@
/*
* napp - Narthex appender
*
- * By Michael Constantine Dimopoulos
- * https://mcdim.xyz <mk@mcdim.xyz>
+ * By Michael Constantine Dimopoulos https://mcdim.xyz <mk@mcdim.xyz>
* License: GNU GPL v3
*
- * napp will append to the end of,
- * or insert to the front of, each
- * line of stdin, characters from a
- * a specified character set, or
- * words from a wordlist. It may or
- * may not print stdin as is (-s)
+ * napp will append to the end of, or insert to the front of, each line
+ * of stdin, characters from a specified character set, or words from a
+ * wordlist. It may or may not print stdin as is (-s)
*
* * * * * * * *
*