Skip to content

Commit

Permalink
Fix typo in help string: "Pressed" -> "Preseed"
Browse files Browse the repository at this point in the history
  • Loading branch information
upils committed Sep 21, 2023
1 parent 5bd7a39 commit f543ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/snap.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type SnapArgs struct {
type SnapOpts struct {
DisableConsoleConf bool `long:"disable-console-conf" description:"Disable console-conf on the resulting image."`
FactoryImage bool `long:"factory-image" description:"Hint that the image is meant to boot in a device factory."`
Preseed bool `long:"preseed" description:"Pressed the image (UC20 only)."`
Preseed bool `long:"preseed" description:"Preseed the image (UC20 only)."`
AppArmorKernelFeaturesDir string `long:"apparmor-features-dir" description:"Optional path to apparmor kernel features directory"`
PreseedSignKey string `long:"preseed-sign-key" description:"Name of the key to use to sign preseed assertion, otherwise use the default key"`
Snaps []string `long:"snap" description:"Install extra snaps. These are passed through to \"snap prepare-image\". The snap argument can include additional information about the channel and/or risk with the following syntax: <snap>=<channel|risk>" value-name:"SNAP"`
Expand Down

0 comments on commit f543ba3

Please sign in to comment.