incus/low-level: Fix naming inconsistency

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber 2026-07-30 19:12:41 -04:00
parent ca47531cb7
commit b406a0397c
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -64,7 +64,8 @@ type cmdLowLevelBitmaps struct {
func (c *cmdLowLevelBitmaps) command() *cobra.Command {
cmd := &cobra.Command{}
cmd.Use = cli.U("bitmaps")
cmd.Use = cli.U("bitmap")
cmd.Aliases = []string{"bitmaps"}
cmd.Short = i18n.G("Manage dirty bitmaps on virtual machines")
cmd.Long = cli.FormatSection(color.DescriptionPrefix, i18n.G(`Manage dirty bitmaps on virtual machines`))