mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
Fixed small issue with command string
This commit is contained in:
parent
a65c640aab
commit
f498d07aa2
1 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue