From aab14256a1a58b0786bb6a4156fbf726db0cf772 Mon Sep 17 00:00:00 2001 From: Alexander Mironov Date: Mon, 5 Dec 2022 16:59:40 +0300 Subject: [PATCH] Improve --help --- src/config/args.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/args.rs b/src/config/args.rs index 5d3b897..56c0a32 100644 --- a/src/config/args.rs +++ b/src/config/args.rs @@ -102,6 +102,7 @@ pub fn get_config() -> Result> { .arg( Arg::with_name("burp-proxy") .short("B") + .help("Equal to -x http://localhost:8080") .conflicts_with("proxy") ) .arg(