mirror of
https://github.com/charmbracelet/glow
synced 2025-03-04 23:07:12 +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{
|
stashCmd = &cobra.Command{
|
||||||
Use: "stash SOURCE",
|
Use: "stash SOURCE",
|
||||||
Hidden: false,
|
Hidden: false,
|
||||||
Short: "stash a markdown",
|
Short: "Stash a markdown",
|
||||||
Long: formatBlock(fmt.Sprintf("\nSave a mardkdown file to your %s.", common.Keyword("stash"))),
|
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"),
|
Example: formatBlock("glow stash README.md\nglow stash -m \"secret notes\" path/to/notes.md"),
|
||||||
Args: cobra.ExactArgs(1),
|
Args: cobra.ExactArgs(1),
|
||||||
|
|
Loading…
Add table
Reference in a new issue