forked from External/grumble
Remove ctl references from args.go.
This commit is contained in:
parent
b13dbeadf1
commit
90272faad5
1 changed files with 0 additions and 1 deletions
1
args.go
1
args.go
|
|
@ -32,7 +32,6 @@ func defaultLogPath() string {
|
||||||
|
|
||||||
func Usage() {
|
func Usage() {
|
||||||
fmt.Fprintf(os.Stderr, "usage: grumble [options]\n")
|
fmt.Fprintf(os.Stderr, "usage: grumble [options]\n")
|
||||||
fmt.Fprintf(os.Stderr, "remote control: grumble [options] ctl [ctlopts]\n")
|
|
||||||
flag.PrintDefaults()
|
flag.PrintDefaults()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue