clearlinux / cve-check-tool

Original Automated CVE Checking Tool
GNU General Public License v2.0
205 stars 78 forks source link

List of packages not supported when using a different name from "packages" #7

Closed estebancrw closed 9 years ago

estebancrw commented 9 years ago

When using the following command with a list of packages the tool works correctly: cve-check-tool packages

But if the packages list is renamed to something different, the tool outputs an error message. cve-check-tool pkg_list "Unsupported file: /pkg_list"

ikeydoherty commented 9 years ago

Updated manpage to reflect requirement

ikeydoherty commented 9 years ago

(If there's other strings let me know, possibly missed it :), otherwise just close this ^^)

estebancrw commented 9 years ago

It is also mentioned on the README.md file, but in there you show an example of how to call it: "cve-check-tool ../packages"

I think mentioning it on the man page as you already did is sufficient, so I'm closing this. :)

ikeydoherty commented 9 years ago

Cheers =)