Skip to content

Commit 7ed5538

Browse files
committed
Update README and usage docs to with new default DB file path
1 parent fcf0e1c commit 7ed5538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Runs an HTTP server with (MITM) proxy, GraphQL service, and a web based admin in
101101
Options:
102102
--cert Path to root CA certificate. Creates file if it doesn't exist. (Default: "~/.hetty/hetty_cert.pem")
103103
--key Path to root CA private key. Creates file if it doesn't exist. (Default: "~/.hetty/hetty_key.pem")
104-
--db Database directory path. (Default: "~/.hetty/db")
104+
--db Database file path. Creates file if it doesn't exist. (Default: "~/.hetty/hetty.db")
105105
--addr TCP address for HTTP server to listen on, in the form \"host:port\". (Default: ":8080")
106106
--chrome Launch Chrome with proxy settings applied and certificate errors ignored. (Default: false)
107107
--verbose Enable verbose logging.

cmd/hetty/hetty.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Runs an HTTP server with (MITM) proxy, GraphQL service, and a web based admin in
5050
Options:
5151
--cert Path to root CA certificate. Creates file if it doesn't exist. (Default: "~/.hetty/hetty_cert.pem")
5252
--key Path to root CA private key. Creates file if it doesn't exist. (Default: "~/.hetty/hetty_key.pem")
53-
--db Database directory path. (Default: "~/.hetty/db")
53+
--db Database file path. Creates file if it doesn't exist. (Default: "~/.hetty/hetty.db")
5454
--addr TCP address for HTTP server to listen on, in the form \"host:port\". (Default: ":8080")
5555
--chrome Launch Chrome with proxy settings applied and certificate errors ignored. (Default: false)
5656
--verbose Enable verbose logging.

0 commit comments

Comments
 (0)