Commit Diff


commit - 89df0f8b6bae428998e4056a3e9a21b9b71439b4
commit + 4dd5aafa0df6762eb640640476aee01ca2703283
blob - 31605c10407aef1a234b881fc25259b508675050
blob + d74c66b8925324d1676b03088ce95ccd6f07060a
--- main.go
+++ main.go
@@ -41,7 +41,7 @@ func open() (*acme.Win, error) {
 func usage() {
 	me := os.Args[0]
 	fmt.Println(me, "- manage acme(1) tag")
-	fmt.Println("Usage:", me, " [-cg] [entries...]")
+	fmt.Println("Usage:", me, " [-c] [-g] [entries...]")
 	fmt.Println(" where entries are words to be added to the acme tag bar")
 	flag.PrintDefaults()
 	os.Exit(1)