cmd/osbuild-upload-gcp: fix typo in skip-import's help string
This commit is contained in:
parent
0201b0bff9
commit
292ffd59a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue