mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
fix source-version typo in flag description (#2126)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
9de4129638
commit
7de5643227
@ -88,7 +88,7 @@ func (cfg *Catalog) AddFlags(flags clio.FlagSet) {
|
|||||||
"set the name of the target being analyzed")
|
"set the name of the target being analyzed")
|
||||||
|
|
||||||
flags.StringVarP(&cfg.Source.Version, "source-version", "",
|
flags.StringVarP(&cfg.Source.Version, "source-version", "",
|
||||||
"set the name of the target being analyzed")
|
"set the version of the target being analyzed")
|
||||||
|
|
||||||
flags.StringVarP(&cfg.BasePath, "base-path", "",
|
flags.StringVarP(&cfg.BasePath, "base-path", "",
|
||||||
"base directory for scanning, no links will be followed above this directory, and all paths will be reported relative to this directory")
|
"base directory for scanning, no links will be followed above this directory, and all paths will be reported relative to this directory")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user