wikid

[discontinued] A quick and simple CLI-program for downloading and rendering wikipedia pages in the terminal.
git clone https://noxz.tech/git/wikid.git
Log | Files | README | LICENSE

commit: 35af1dcaf0d76a06eb10f2e852d5d12cc9018b93
parent: 3b2c4179078be7a4051a666153fb60f2f106435b
author: z0noxz <chris@noxz.tech>
date:   Sun, 26 Aug 2018 14:17:59 +0200
add '-t' to usage
Mwikid.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wikid.c b/wikid.c
@@ -37,7 +37,7 @@ void handle_line(char *line);
 int print_wiki(char *subject);
 
 /* variables */
-const char  *usage              = "usage: wikid [-hlr] <subject>";
+const char  *usage              = "usage: wikid [-hlrt] <subject>";
 unsigned    total_line_count    = 0;
 unsigned    section_line_count  = 0;
 bool        blank_line          = false;