summary refs log tree commit diff stats
path: root/cmd/cetus/usage.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cetus/usage.go')
-rw-r--r--cmd/cetus/usage.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/cmd/cetus/usage.go b/cmd/cetus/usage.go
deleted file mode 100644
index e9e2f71..0000000
--- a/cmd/cetus/usage.go
+++ /dev/null
@@ -1,15 +0,0 @@
-package main
-
-import "fmt"
-
-func printUsage() {
-	fmt.Println("Usage: cetus <command> <service> [<flags>]")
-	fmt.Println("\nCommands: ")
-	fmt.Println(" set     Set the background")
-	fmt.Println(" fetch   Fetch the response only")
-	fmt.Println(" help    Print help")
-	fmt.Println(" version Print Cetus version")
-	fmt.Println("\nServices: ")
-	fmt.Println(" apod   NASA Astronomy Picture of the Day")
-	fmt.Println(" bpod   Bing Photo of the Day")
-}