Remove ctl references from args.go.

This commit is contained in:
Mikkel Krautz 2011-11-10 00:47:45 +01:00
parent b13dbeadf1
commit 90272faad5

View file

@ -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()
}