Skip to content

Commit 1df43d3

Browse files
committed
update to reflect new name
1 parent 02d61e5 commit 1df43d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
var configPath string
1111

1212
func init() {
13-
c := flag.String("c", "", "go-remote config file")
13+
c := flag.String("c", "", "specify bashRPC config file")
1414
flag.Parse()
1515
configPath = *c
1616
}

0 commit comments

Comments
 (0)