Skip to content

Commit

Permalink
📃 print a better message on connecting to your local system
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
  • Loading branch information
arlimus committed Feb 11, 2025
1 parent 4047c53 commit 4eb379f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/providers/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func setDefaultConnector(provider *plugin.Provider, connector *plugin.Connector,
os.Exit(1)
}

log.Info().Msg("no provider specified, defaulting to local. Use --help to see all providers.")
log.Info().Msg("Connecting to your local system. To learn how to scan other platforms, use the --help flag.")
}

setConnector(provider, connector, cmd.Run, cmd.Command)
Expand Down

0 comments on commit 4eb379f

Please sign in to comment.