Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Fix readme formatting #338

Merged
merged 3 commits into from
Mar 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ bundle install

Run `ssh_scan -h` to get this

```bash
ssh_scan v0.0.17 (https://github.com/mozilla/ssh_scan)

Usage: ssh_scan [options]
Expand All @@ -77,7 +78,6 @@ Usage: ssh_scan [options]
-V [STD_LOGGING_LEVEL], File to write JSON output to
--verbosity
-v, --version Display just version info
-l, --listen Listen and serve API requests
-h, --help Show this message

Examples:
Expand All @@ -93,6 +93,7 @@ Examples:
ssh_scan -t 192.168.1.1 -p 22222 -L output.log -V INFO
ssh_scan -t 192.168.1.1 -P custom_policy.yml
ssh_scan -t 192.168.1.1 --unit-test -P custom_policy.yml
```

- See here for [example video](https://asciinema.org/a/7pliiw5zqhj7eqvz7q437u6vx)
- See here for [example output](https://github.com/mozilla/ssh_scan/blob/master/examples/192.168.1.1.json)
Expand Down