diff --git a/_site/content/posts/overview.md b/_site/content/posts/overview.md
index 0ada7fb5..126715d7 100644
--- a/_site/content/posts/overview.md
+++ b/_site/content/posts/overview.md
@@ -23,18 +23,19 @@ more details.
## Command-line Options
-`--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`.
+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.