Skip to content

Commit 90de8ec

Browse files
authored
fix typo
1 parent 9b025d0 commit 90de8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opts.go

Lines changed: 1 addition & 1 deletion
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)