Skip to content

Commit

Permalink
Fix profile typo (#14303)
Browse files Browse the repository at this point in the history
Noticed this while working on reservation tests.
  • Loading branch information
tomponline authored Oct 19, 2024
2 parents 69640d9 + 924da93 commit 860fdb0
Show file tree
Hide file tree
Showing 41 changed files with 2,593 additions and 2,591 deletions.
2 changes: 1 addition & 1 deletion lxc/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ type cmdProfileSet struct {

func (c *cmdProfileSet) command() *cobra.Command {
cmd := &cobra.Command{}
cmd.Use = usage("set", i18n.G("[<remote>:]<profile> <key><value>..."))
cmd.Use = usage("set", i18n.G("[<remote>:]<profile> <key>=<value>..."))
cmd.Short = i18n.G("Set profile configuration keys")
cmd.Long = cli.FormatSection(i18n.G("Description"), i18n.G(
`Set profile configuration keys
Expand Down
Loading

0 comments on commit 860fdb0

Please sign in to comment.