Skip to content

Commit 67d9414

Browse files
authored
Merge pull request #1754 from stgraber/main
Tweak help message for rebuild
2 parents ca94f9f + d087288 commit 67d9414

File tree

16 files changed

+1279
-1370
lines changed

16 files changed

+1279
-1370
lines changed

cmd/incus/rebuild.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func (c *cmdRebuild) Command() *cobra.Command {
2525
cmd.Use = usage("rebuild", i18n.G("[<remote>:]<image> [<remote>:]<instance>"))
2626
cmd.Short = i18n.G("Rebuild instances")
2727
cmd.Long = cli.FormatSection(i18n.G("Description"), i18n.G(
28-
`Wipe the instance root disk and re-initialize. The original image is used to re-initialize the instance if a different image or --empty is not specified.`))
28+
`Wipe the instance root disk and re-initialize with a new image (or empty volume).`))
2929

3030
cmd.RunE = c.Run
3131
cmd.Flags().BoolVar(&c.flagEmpty, "empty", false, i18n.G("Rebuild as an empty instance"))

0 commit comments

Comments
 (0)