From 90272faad5e67fe8a7870eefc48bb56566ab25de Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Thu, 10 Nov 2011 00:47:45 +0100 Subject: [PATCH] Remove ctl references from args.go. --- args.go | 1 - 1 file changed, 1 deletion(-) 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() }