From f543ba3903a7b7f45ebc731a128a5999b39ec79a Mon Sep 17 00:00:00 2001 From: Paul Mars Date: Thu, 21 Sep 2023 14:55:05 +0200 Subject: [PATCH] Fix typo in help string: "Pressed" -> "Preseed" --- internal/commands/snap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/commands/snap.go b/internal/commands/snap.go index 8e1ecf50..69f00ff9 100644 --- a/internal/commands/snap.go +++ b/internal/commands/snap.go @@ -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: =" value-name:"SNAP"`