Skip to content

Commit b060d75

Browse files
authored
Merge pull request #188 from RubenKelevra/patch-1
fix typo
2 parents 9b025d0 + 90de8ec commit b060d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ var OptionDerefArgs = BoolOption(DerefLong, "Symlinks supplied in arguments are
2929
var OptionStdinName = StringOption(StdinName, "Assign a name if the file source is stdin.")
3030
var OptionHidden = BoolOption(Hidden, HiddenShort, "Include files that are hidden. Only takes effect on recursive add.")
3131
var OptionIgnore = StringsOption(Ignore, "A rule (.gitignore-stype) defining which file(s) should be ignored (variadic, experimental)")
32-
var OptionIgnoreRules = StringOption(IgnoreRules, "A path to a file with .gitgnore-style ignore rules (experimental)")
32+
var OptionIgnoreRules = StringOption(IgnoreRules, "A path to a file with .gitignore-style ignore rules (experimental)")

0 commit comments

Comments
 (0)