From 16fff3094c30773e28a8c153f4088eed233bd216 Mon Sep 17 00:00:00 2001 From: Goblenus Date: Sat, 25 Dec 2021 15:50:04 +0300 Subject: [PATCH] Fix typo Fix example_leases.json name and link typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c04a75..f9ba7b6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The following are arguments that can be passed to `pypxe.server` when running fr |__`--debug`__|Enable selected services in DEBUG mode; services are selected by passing the name in a comma separated list. **Options are: http, tftp and dhcp**; one can also prefix an option with `-` to prevent debugging of that service; for example, the following will enable debugging for all services _except_ the DHCP service `--debug all,-dhcp`. _This mode adds a level of verbosity so that you can see what's happening in the background._|`''`| |__`--verbose`__|Enable selected services in verbose mode; services are selected by passing the name in a comma separated list. Follows the same syntax for selecting service as `--debug`._|`''`| |__`--config`__|Load configuration from JSON file. (see [`example_cfg.json`](example_cfg.json))|`None`| -|__`--static-config`__|Load DHCP lease configuration from JSON file. (see [`example-leases.json`](example-leases.json))|`None`| +|__`--static-config`__|Load DHCP lease configuration from JSON file. (see [`example_leases.json`](example_leases.json))|`None`| |__`--save-leases`__|Saves allocated leases on `HUP`, `INT`(`^C`), `ALRM` and `TERM`. Loads on start if the file exists already|`None`| |__`--syslog`__|Specify a syslog server|`None`| |__`--syslog-port`__|Specify a syslog server port|`514`|