Skip to content

Commit

Permalink
rename typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco committed Aug 1, 2023
1 parent 50da5ad commit 6579335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Usage: nmapx [options]
Options:
-h, --help Print this help
-v, --version Print version information
-x, --xml Qualys xml to parse
-x, --xml Nmap xml to parse
```

## How to use it
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn print_help() {
println!("Options:");
println!(" -h, --help\t\t\tPrint this help");
println!(" -v, --version\t\t\tPrint version information");
println!(" -x, --xml\t\t\tQualys xml to parse");
println!(" -x, --xml\t\t\tNmap xml to parse");
println!();
}

Expand Down

0 comments on commit 6579335

Please sign in to comment.