We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b025d0 + 90de8ec commit b060d75Copy full SHA for b060d75
opts.go
@@ -29,4 +29,4 @@ var OptionDerefArgs = BoolOption(DerefLong, "Symlinks supplied in arguments are
29
var OptionStdinName = StringOption(StdinName, "Assign a name if the file source is stdin.")
30
var OptionHidden = BoolOption(Hidden, HiddenShort, "Include files that are hidden. Only takes effect on recursive add.")
31
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)")
+var OptionIgnoreRules = StringOption(IgnoreRules, "A path to a file with .gitignore-style ignore rules (experimental)")
0 commit comments