Skip to content

Commit

Permalink
Improve --help
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1Yo committed Dec 5, 2022
1 parent 3232808 commit aab1425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ pub fn get_config() -> Result<Config, Box<dyn Error>> {
.arg(
Arg::with_name("burp-proxy")
.short("B")
.help("Equal to -x http://localhost:8080")
.conflicts_with("proxy")
)
.arg(
Expand Down

0 comments on commit aab1425

Please sign in to comment.