Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Dec 18, 2024
1 parent 7da14ad commit 4eb15da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/src/content/docs/commands/zarf_package_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ zarf package create [ DIRECTORY ] [flags]
-s, --sbom View SBOM contents after creating the package
--sbom-out string Specify an output directory for the SBOMs from the created Zarf package
--set stringToString Specify package variables to set on the command line (KEY=value) (default [])
--signing-key string Path to the private key for signing packages. Accepts either a local file path or a Cosign-supported key provider
--signing-key string Private key for signing packages. Accepts either a local file path or a Cosign-supported key provider
--signing-key-pass string Password to the private key used for signing packages
--skip-sbom Skip generating SBOM for this package
```
Expand Down
2 changes: 1 addition & 1 deletion src/config/lang/english.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ $ zarf package mirror-resources <your-package.tar.zst> \
CmdPackageCreateFlagSbomOut = "Specify an output directory for the SBOMs from the created Zarf package"
CmdPackageCreateFlagSkipSbom = "Skip generating SBOM for this package"
CmdPackageCreateFlagMaxPackageSize = "Specify the maximum size of the package in megabytes, packages larger than this will be split into multiple parts to be loaded onto smaller media (i.e. DVDs). Use 0 to disable splitting."
CmdPackageCreateFlagSigningKey = "Path to the private key for signing packages. Accepts either a local file path or a Cosign-supported key provider"
CmdPackageCreateFlagSigningKey = "Private key for signing packages. Accepts either a local file path or a Cosign-supported key provider"
CmdPackageCreateFlagSigningKeyPassword = "Password to the private key used for signing packages"
CmdPackageCreateFlagDeprecatedKey = "[Deprecated] Path to private key file for signing packages (use --signing-key instead)"
CmdPackageCreateFlagDeprecatedKeyPassword = "[Deprecated] Password to the private key file used for signing packages (use --signing-key-pass instead)"
Expand Down

0 comments on commit 4eb15da

Please sign in to comment.