docs: don't quote, there are no args
This commit is contained in:
parent
b48cf8c967
commit
6bb595fc56
@ -121,7 +121,7 @@ Example:
|
|||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "hidden",
|
Name: "hidden",
|
||||||
Aliases: []string{"n"},
|
Aliases: []string{"n"},
|
||||||
Usage: "include hidden directories (e.g. \".git\")",
|
Usage: "include hidden directories (e.g. .git)",
|
||||||
Value: false,
|
Value: false,
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
|
Loading…
Reference in New Issue
Block a user