Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abut0n authored Mar 7, 2024
1 parent 87098a1 commit 94af60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## How to use it

```bash
# Default it serialize as csv in the stdout
# By default, it serializes as CSV to stdout
nessusx file1.nessus file2.nessus
[WRN] Use with caution. You are responsible for your actions.

Expand All @@ -20,7 +20,7 @@ nessusx --output tothisfile.csv file1.nessus file2.nessus

```
```bash
# ... and of course you can ask for a json output
# ... and you can request JSON output
nessusx --json --output tothisfile.csv file1.nessus file2.nessus
[WRN] Use with caution. You are responsible for your actions.

Expand Down

0 comments on commit 94af60f

Please sign in to comment.