From d95ed775ffdbe7229a6713db1702409f152ac7ed Mon Sep 17 00:00:00 2001 From: Rachad-Alabi-ADEKAMBI Date: Sun, 20 Oct 2024 12:03:54 +0100 Subject: [PATCH] replaced '-d' with '-v' in readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 2df16a0..3a08c1e --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This will start Ghostport on the default address (127.0.0.1:8888) using the sign Run with custom address and verbose logging: ```bash -./target/release/ghostport -s signatures.txt -l 0.0.0.0:8888 -d +./target/release/ghostport -s signatures.txt -l 0.0.0.0:8888 -v ``` Run with debug logging: