Skip to content

Commit

Permalink
lxc/profile: Fix typo in profile set usage
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Hershberger <[email protected]>
  • Loading branch information
MggMuggins committed Oct 18, 2024
1 parent c74a664 commit 802ec9a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 802ec9a

Please sign in to comment.