fix source-version typo in flag description (#2126)

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
Alex Goodman 2023-09-13 10:05:24 -04:00 committed by GitHub
parent 9de4129638
commit 7de5643227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")