@@ 13,7 13,7 @@ import (
func init() {
x := cmdtab.New("echo")
x.Summary = "print all events, optionally filtering for a specific room"
- x.Usage = "[roomID]"
+ x.Usage = "[<roomID>]"
x.Method = func(args []string) error {
if len(args) > 1 || (len(args) > 0 && args[0] == "-h") {