1
0
mirror of https://github.com/vxfemboy/ghostport.git synced 2024-11-16 00:58:56 +02:00

replaced '-d' with '-v' in readme file

This commit is contained in:
Rachad-Alabi-ADEKAMBI 2024-10-20 12:03:54 +01:00
parent bf2dacdaeb
commit d95ed775ff

2
README.md Normal file → Executable file
View File

@ -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: