We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80843ba + 3067dde commit 0639083Copy full SHA for 0639083
1 file changed
main.go
@@ -63,7 +63,7 @@ func showRunHelp() {
63
fmt.Fprintln(config.ErrOut, " -f | -f=true | -f=false")
64
fmt.Fprintln(config.ErrOut, " Short options cannot be combined")
65
if !config.ShebangMode {
66
- fmt.Fprintln(config.ErrOut, "\nLearn more about run at https://github.com/TekWizely/run") // Leading \n
+ fmt.Fprintln(config.ErrOut, "\nLearn more about run (including example runfiles) at https://github.com/TekWizely/run") // Leading \n
67
}
68
69
0 commit comments