Skip to content

Commit

Permalink
chore: wording
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <[email protected]>
  • Loading branch information
kzantow committed Sep 3, 2024
1 parent f6c8376 commit 437ea7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/syft/internal/options/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (cfg *Catalog) AddFlags(flags clio.FlagSet) {
"base directory for scanning, no links will be followed above this directory, and all paths will be reported relative to this directory")

flags.BoolPtrVarP(&cfg.UseNetwork, "use-network", "",
"use the network to resolve locally unavailable data")
"use the network to fetch and augment package information")
}

func (cfg *Catalog) DescribeFields(descriptions fangs.FieldDescriptionSet) {
Expand Down

0 comments on commit 437ea7d

Please sign in to comment.