From 3117ea97d791099a1dbe9d9554125c06d4d43ceb Mon Sep 17 00:00:00 2001 From: Benjamin Somers Date: Sun, 19 Jul 2026 01:27:19 +0000 Subject: [PATCH] incus/profile: Change profile separator in assign subcommand Signed-off-by: Benjamin Somers --- cmd/incus/profile.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/incus/profile.go b/cmd/incus/profile.go index 88212e59d1..60f6ad865c 100644 --- a/cmd/incus/profile.go +++ b/cmd/incus/profile.go @@ -174,7 +174,7 @@ type cmdProfileAssign struct { flagNoProfiles bool } -var cmdProfileAssignUsage = u.Usage{u.Instance.Remote(), u.Either(u.Profile.List(1, ","), u.Flag("no-profiles"))} +var cmdProfileAssignUsage = u.Usage{u.Instance.Remote(), u.Either(u.Profile.List(1), u.Flag("no-profiles"))} func (c *cmdProfileAssign) command() *cobra.Command { cmd := &cobra.Command{} @@ -185,7 +185,7 @@ func (c *cmdProfileAssign) command() *cobra.Command { `Assign sets of profiles to instances`, )) cmd.Example = cli.FormatSection("", i18n.G( - `incus profile assign foo default,bar + `incus profile assign foo default bar Set the profiles for "foo" to "default" and "bar". incus profile assign foo default