diff options
author | Andinus <andinus@nand.sh> | 2020-03-19 00:41:02 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-03-19 00:41:02 +0530 |
commit | f6ba272eeb8329118cea2cb34fef234af6cd43fc (patch) | |
tree | bd111796adc0855a534bb6d16d534a41115ccec9 /cmd | |
parent | b6a5878b4d939fc0ce8522392c7a8f707bcf8d7c (diff) | |
download | cetus-f6ba272eeb8329118cea2cb34fef234af6cd43fc.tar.gz |
Add examples to readme
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/cetus/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cetus/main.go b/cmd/cetus/main.go index 08e7440..23ac6f4 100644 --- a/cmd/cetus/main.go +++ b/cmd/cetus/main.go @@ -114,7 +114,7 @@ func main() { } func printUsage() { - fmt.Println("Usage: cetus <command> <service> [<args>]\n") + fmt.Println("Usage: cetus <command> <service> [<flags>]\n") fmt.Println("Commands: ") fmt.Println(" set Set the latest image as background") fmt.Println(" fetch Fetch the latest image information") |