mirror of
https://github.com/charmbracelet/glow
synced 2024-12-13 21:52:37 +00:00
Fix stash capitalization in help
This commit is contained in:
parent
805a26090f
commit
b20a06d92b
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue