Skip to content

Commit

Permalink
Merge pull request #395 from SD-13/fix_typo
Browse files Browse the repository at this point in the history
Fix bug in docs
  • Loading branch information
k8s-ci-robot authored Jan 30, 2024
2 parents da91ed3 + 5799c7d commit 5e3881c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Flags:
--image-archive strings list of docker archive tarballs to include in the manifest
-l, --license string SPDX license identifier to declare in the SBOM
--name string name for the document, in contrast to URLs, intended for humans
-n, --namespace string an URI that servers as namespace for the SPDX doc
-n, --namespace string an URI that serves as namespace for the SPDX doc
--no-gitignore don't use exclusions from .gitignore files
--no-gomod don't perform go.mod analysis, sbom will not include data about go packages
--no-transient don't include transient go dependencies, only direct deps from go.mod
Expand Down
2 changes: 1 addition & 1 deletion cmd/bom/cmd/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ completed by a later stage in your CI/CD pipeline. See the
"namespace",
"n",
"",
"an URI that servers as namespace for the SPDX doc",
"an URI that serves as namespace for the SPDX doc",
)

generateCmd.PersistentFlags().StringVar(
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/CLI Reference/bom_generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bom generate [flags]
--image-archive strings list of docker archive tarballs to include in the manifest
-l, --license string SPDX license identifier to declare in the SBOM
--name string name for the document, in contrast to URLs, intended for humans
-n, --namespace string an URI that servers as namespace for the SPDX doc
-n, --namespace string an URI that serves as namespace for the SPDX doc
--no-gitignore don't use exclusions from .gitignore files
--no-gomod don't perform go.mod analysis, sbom will not include data about go packages
--no-transient don't include transient go dependencies, only direct deps from go.mod
Expand Down

0 comments on commit 5e3881c

Please sign in to comment.