From 232382bc17a6c39fbdd9842f55a37e2f4ad7a126 Mon Sep 17 00:00:00 2001 From: Mzack9999 Date: Tue, 28 Apr 2020 18:35:50 +0200 Subject: [PATCH] removed space in options --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59d348fb..47596179 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ This will display help for the tool. Here are all the switches it supports. | -timeout | Seconds to wait before timeout (default 5) | nuclei -timeout 5 | | -v | Show Verbose output | nuclei -v | | -version | Show version of nuclei | nuclei -version | -| - proxy-url | Proxy URL | nuclei -proxy-url http://this.is.a.proxy:8080 | -| - proxy-socks-url | Proxy Socks URL | nuclei -proxy-socks-url this.is.a.proxy.socks:9050 | +| -proxy-url | Proxy URL | nuclei -proxy-url http://this.is.a.proxy:8080 | +| -proxy-socks-url | Proxy Socks URL | nuclei -proxy-socks-url this.is.a.proxy.socks:9050 | # Installation Instructions