Skip to content

Commit

Permalink
cmd/use: Improve help text
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b committed Sep 20, 2023
1 parent cba9c47 commit f408802
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/hvm/use.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ var useCmd = &cobra.Command{
Short: "Select a version to use in the current directory",
Long: `Displays a list of recent Hugo releases, prompting you to select a version
to use in the current directory. It then downloads, extracts, and caches the
release asset for your operating system and architecture.`,
release asset for your operating system and architecture and writes the version
tag to an .hvm file.`,
Run: func(cmd *cobra.Command, args []string) {
err := use()
cobra.CheckErr(err)
Expand Down

0 comments on commit f408802

Please sign in to comment.