diff --git a/README.md b/README.md index 3ad74e5..40ca391 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ sshamble scan -o results.json 192.168.0.0/24 Analyze the results using: -$ sshamble analyze results-directory results.json +$ sshamble analyze -o results-directory results.json Usage: sshamble [command] diff --git a/cmd/cmd_root.go b/cmd/cmd_root.go index 50e9ab6..389b3ce 100644 --- a/cmd/cmd_root.go +++ b/cmd/cmd_root.go @@ -42,7 +42,7 @@ $ sshamble scan -o results.json 192.168.0.0/24 Analyze the results using: -$ sshamble analyze results-directory results.json +$ sshamble analyze -o results-directory results.json `, }