this repo has no description

bsky-modactions: clarify this is only top 8

Changed files
+1 -1
cmd
bsky-modactions
+1 -1
cmd/bsky-modactions/munin.go
··· 27 27 return 28 28 } 29 29 30 - fmt.Fprint(w, "graph_title bluesky labels added\n") 30 + fmt.Fprint(w, "graph_title bluesky labels added (top 8)\n") 31 31 fmt.Fprint(w, "graph_category bluesky\n") 32 32 fmt.Fprint(w, "graph_vlabel labels / ${graph_period}\n") 33 33 fmt.Fprint(w, "graph_period minute\n")