summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-28 02:02:31 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-28 02:02:31 -0400
commit21939adbd4e727d35eeba83f32ad6aed88a65189 (patch)
tree0a1b9373127b8163a3f55a1d1b506bd5a09a8b67
parent6c05076bcf7d988312267ea5599cf47f2138a8cc (diff)
downloadgetwtxt-21939adbd4e727d35eeba83f32ad6aed88a65189.tar.gz
added -m flag for config manual to -h screen
-rw-r--r--init.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.go b/init.go
index 349c3f6..34b2621 100644
--- a/init.go
+++ b/init.go
@@ -301,9 +301,11 @@ func helpScreen() {
 
 Command Line Options:
     -h               Print this help screen.
+		-m               Print the configuration manual.
     -v               Print the version information and quit.
     -c [--config]    Path to an alternate configuration file
                        to use. May be relative or absolute.
+
 `)
 }
 func manualScreen() {