diff --git a/args.go b/args.go index 946be8b..6a18246 100644 --- a/args.go +++ b/args.go @@ -32,7 +32,6 @@ func defaultLogPath() string { func Usage() { fmt.Fprintf(os.Stderr, "usage: grumble [options]\n") - fmt.Fprintf(os.Stderr, "remote control: grumble [options] ctl [ctlopts]\n") flag.PrintDefaults() }