From 1772ceadf6aad000d9a1e0cc71b8b1a65edf34f3 Mon Sep 17 00:00:00 2001
From: Chris Cummer
+`--config, -c`
Allows you to define a custom config file to use. See Configuration for more details.
-`-h`
+`--help, -h`
Shows help information for the command-line arguments that WTF
takes.
-`--help [module name]`
+`--module, -m`
Shows help information for the specific named module, if that module
-supports help text. Ex: `wtf --help git`.
+supports help text.
+Example: `wtf --module=todo`.
-`--version`
+`--version, -v`
Shows version info.
## Keyboard Commands
diff --git a/docs/posts/overview/index.html b/docs/posts/overview/index.html
index 186b0d71..08636f40 100644
--- a/docs/posts/overview/index.html
+++ b/docs/posts/overview/index.html
@@ -130,18 +130,19 @@ more details.
--config
+
--config, -c
Allows you to define a custom config file to use. See Configuration for more details.
-h
+
--help, -h
Shows help information for the command-line arguments that WTF
takes.
--help [module name]
+
--module, -m
Shows help information for the specific named module, if that module
-supports help text. Ex: wtf --help git
.
wtf --module=todo
.
---version
+
--version, -v
Shows version info.