summary refs log tree commit diff stats
path: root/cmd
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-19 00:41:02 +0530
committerAndinus <andinus@nand.sh>2020-03-19 00:41:02 +0530
commitf6ba272eeb8329118cea2cb34fef234af6cd43fc (patch)
treebd111796adc0855a534bb6d16d534a41115ccec9 /cmd
parentb6a5878b4d939fc0ce8522392c7a8f707bcf8d7c (diff)
downloadcetus-f6ba272eeb8329118cea2cb34fef234af6cd43fc.tar.gz
Add examples to readme
Diffstat (limited to 'cmd')
-rw-r--r--cmd/cetus/main.go2
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")