Skip to content

Commit 159f932

Browse files
authored
Update README with web_address flag
1 parent 38dd3a7 commit 159f932

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@ Available Commands:
4343
version Print version number of Request Hole
4444
4545
Flags:
46-
-a, --address string sets the address for the endpoint (default "localhost")
47-
--details shows header details in the request
48-
-h, --help help for rh
49-
--log string writes incoming requests to the specified log file (example: --log rh.log)
50-
-p, --port int sets the port for the endpoint (default 8080)
51-
-r, --response_code int sets the response code (default 200)
52-
--web runs a web server to show incoming requests
53-
--web_port int sets the port for the web server (default 8081)
46+
-a, --address string sets the address for the endpoint (default "localhost")
47+
--details shows header details in the request
48+
-h, --help help for rh
49+
--log string writes incoming requests to the specified log file (example: --log rh.log)
50+
-p, --port int sets the port for the endpoint (default 8080)
51+
-r, --response_code int sets the response code (default 200)
52+
--web runs the web UI to show incoming requests
53+
--web_address string sets the address for the web UI (default "localhost")
54+
--web_port int sets the port for the web UI (default 8081)
5455
5556
Use "rh [command] --help" for more information about a command.
5657
```

0 commit comments

Comments
 (0)