summaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'flags.go')
-rw-r--r--flags.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/flags.go b/flags.go
index 2696ce4..e7ff85e 100644
--- a/flags.go
+++ b/flags.go
@@ -5,7 +5,11 @@ import (
"fmt"
)
-const help = `Ceres - A recipe server for your home network
+const help = `Ceres - Recipe server for local networks
+
+Usage: ceres [-h | --help]
+
+ -h, --help show this help page and exit
`
func parseFlags() {