diff options
-rw-r--r-- | flags.go | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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() { |