Skip to content

Commit

Permalink
Fix: Minor fix in description of version command, wrong format in the…
Browse files Browse the repository at this point in the history
… long description
  • Loading branch information
Raphael Skuza committed Jul 14, 2024
1 parent 08c2384 commit 02497c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func NewVersionCommand() *cobra.Command {
return &cobra.Command{
Use: "version",
Short: "Print the version of notewolfy.",
Long: `This will show you the version of notewolfy in the format: {MAJOR}-{MINOR}-{PATCH}.`,
Long: `This will show you the version of notewolfy in the format: v{MAJOR}.{MINOR}.{PATCH}`,
Run: versionCommandFunc,
}
}
Expand Down

0 comments on commit 02497c1

Please sign in to comment.