Skip to content

Commit 0639083

Browse files
authored
Merge pull request #81 from TekWizely/doc-Mention-example-funfiles-available-in-link-to-homepage
doc: Mention example runfiles available in link to homepage
2 parents 80843ba + 3067dde commit 0639083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func showRunHelp() {
6363
fmt.Fprintln(config.ErrOut, " -f | -f=true | -f=false")
6464
fmt.Fprintln(config.ErrOut, " Short options cannot be combined")
6565
if !config.ShebangMode {
66-
fmt.Fprintln(config.ErrOut, "\nLearn more about run at https://github.com/TekWizely/run") // Leading \n
66+
fmt.Fprintln(config.ErrOut, "\nLearn more about run (including example runfiles) at https://github.com/TekWizely/run") // Leading \n
6767
}
6868
}
6969

0 commit comments

Comments
 (0)