mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
incus/low-level: Fix naming inconsistency
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
parent
ca47531cb7
commit
b406a0397c
@ -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`))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user