Fixed small issue with command string

This commit is contained in:
David Allen 2024-07-24 10:22:48 -06:00
parent a65c640aab
commit f498d07aa2
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -22,7 +22,7 @@ var listCmd = &cobra.Command{
"See the 'scan' command on how to perform a scan.\n\n" + "See the 'scan' command on how to perform a scan.\n\n" +
"Examples:\n" + "Examples:\n" +
" magellan list\n" + " magellan list\n" +
" magellan list " " magellan list --cache ./assets.db",
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
probeResults, err := sqlite.GetProbeResults(cachePath) probeResults, err := sqlite.GetProbeResults(cachePath)
if err != nil { if err != nil {