Fix stash capitalization in help

This commit is contained in:
Christian Rocha 2020-08-27 18:08:39 -04:00 committed by Christian Muehlhaeuser
parent 805a26090f
commit b20a06d92b

View file

@ -25,7 +25,7 @@ var (
stashCmd = &cobra.Command{
Use: "stash SOURCE",
Hidden: false,
Short: "stash a markdown",
Short: "Stash a markdown",
Long: formatBlock(fmt.Sprintf("\nSave a mardkdown file to your %s.", common.Keyword("stash"))),
Example: formatBlock("glow stash README.md\nglow stash -m \"secret notes\" path/to/notes.md"),
Args: cobra.ExactArgs(1),