Skip to content

Commit

Permalink
fixed typo in hauler store save (#331)
Browse files Browse the repository at this point in the history
* fixed typo in hauler store save
* update internal/flags/save.go

Co-authored-by: Jacob Blain Christen <[email protected]>
Signed-off-by: Zack Brady <[email protected]>

---------

Signed-off-by: Zack Brady <[email protected]>
Co-authored-by: Jacob Blain Christen <[email protected]>
  • Loading branch information
zackbradys and dweomer committed Sep 30, 2024
1 parent bbcbe02 commit 2c7aacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/flags/save.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ func (o *SaveOpts) AddFlags(cmd *cobra.Command) {
f := cmd.Flags()

f.StringVarP(&o.FileName, "filename", "f", "haul.tar.zst", "(Optional) Specify the name of outputted archive")
f.StringVarP(&o.Platform, "platform", "p", "", "(Optional) Specifiy the platform of the images for the outputted archive... i.e. linux/amd64 (defaults to all)")
f.StringVarP(&o.Platform, "platform", "p", "", "(Optional) Specify the platform for runtime imports... i.e. linux/amd64 (unspecified implies all)")
}

0 comments on commit 2c7aacd

Please sign in to comment.