docs: Fix typo: preprended

This commit is contained in:
Oliver Radwell 2023-11-22 15:11:55 +00:00 committed by Manuel Rüger
parent 38d974bde3
commit 9c0941edd4

View File

@ -152,7 +152,7 @@ var flags = []cli.Flag{
altsrc.NewStringFlag(&cli.StringFlag{
Name: "parents",
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"},
}),
altsrc.NewStringFlag(&cli.StringFlag{