cmd/osbuild-upload-gcp: fix typo in skip-import's help string

This commit is contained in:
Christian Kellner 2022-06-17 19:36:59 +02:00 committed by Ondřej Budai
parent 0201b0bff9
commit 292ffd59a0

View file

@ -45,7 +45,7 @@ func main() {
flag.StringVar(&imageFile, "image", "", "Image file to upload")
flag.Var(&shareWith, "share-with", "Accounts to share the image with. Can be set multiple times. Allowed values are 'user:{emailid}' / 'serviceAccount:{emailid}' / 'group:{emailid}' / 'domain:{domain}'.")
flag.BoolVar(&skipUpload, "skip-upload", false, "Use to skip Image Upload step")
flag.BoolVar(&skipImport, "skip-import", false, "Use to skup Image Import step")
flag.BoolVar(&skipImport, "skip-import", false, "Use to skip Image Import step")
flag.Parse()
var guestOSFeatures []*computepb.GuestOsFeature