mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
docs: Fix typo: preprended
This commit is contained in:
parent
38d974bde3
commit
9c0941edd4
2
main.go
2
main.go
@ -152,7 +152,7 @@ var flags = []cli.Flag{
|
|||||||
altsrc.NewStringFlag(&cli.StringFlag{
|
altsrc.NewStringFlag(&cli.StringFlag{
|
||||||
Name: "parents",
|
Name: "parents",
|
||||||
Value: "",
|
Value: "",
|
||||||
Usage: "A list containing the parents of the document separated by parents-delimiter (default: '/'). These will be preprended to the ones defined in the document itself.",
|
Usage: "A list containing the parents of the document separated by parents-delimiter (default: '/'). These will be prepended to the ones defined in the document itself.",
|
||||||
EnvVars: []string{"MARK_PARENTS"},
|
EnvVars: []string{"MARK_PARENTS"},
|
||||||
}),
|
}),
|
||||||
altsrc.NewStringFlag(&cli.StringFlag{
|
altsrc.NewStringFlag(&cli.StringFlag{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user