diff options
author | xengineering <me@xengineering.eu> | 2024-04-30 17:11:59 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-04-30 19:52:59 +0200 |
commit | 44d48f1be655abe495cb2151139b37a40ac265a9 (patch) | |
tree | e5312d05026d4a2d03f35ccc77c261e86f4bd655 | |
parent | 7fd4cc40980c51221af5ca0c3c3cc6ee301632f7 (diff) | |
download | ceres-44d48f1be655abe495cb2151139b37a40ac265a9.tar ceres-44d48f1be655abe495cb2151139b37a40ac265a9.tar.zst ceres-44d48f1be655abe495cb2151139b37a40ac265a9.zip |
Extend CLI help page by usage instructions
-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() { |