Skip to content

Commit

Permalink
incus-simplestreams: Tweak help message
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Jul 8, 2024
1 parent a65344e commit cfb1421
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/incus-simplestreams/main_add.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,12 @@ This command parses the metadata tarball to retrieve the following fields from i
It then check computes the hash for the new image, confirm it's not
already on the image server and finally adds it to the index.
It generates a default alias: {os}/{release}/{variant},
unless --no-default-alias is specified.
Unless "--no-default-alias" is specified, it generates a default "{os}/{release}/{variant}" alias.
If one argument is specified, it is assumed to be a unified image,
with both the metadata and rootfs in a single tarball.
Otherwise, it is a split image (separate files for metadata and rootfs).
Otherwise, it is a split image (separate files for metadata and rootfs/disk).
`)
cmd.RunE = c.Run

Expand Down

0 comments on commit cfb1421

Please sign in to comment.