From d1098a428260d970ebbb10d0ccc0defb5f420c67 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Sun, 10 Jan 2021 08:34:29 +0000 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 767dd2a..6ff0958 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This script is written to reinstall a VPS/virtual machine to Debian 10 Buster. ## Available Options - * `--ip ` Disable the auto network config (DHCP) and set a static IP address, e.g. `10.0.0.2`, `1.2.3.4/24`, `2001:2345:6789:abcd::ef/48` + * `--ip ` Disable the auto network config (DHCP) and configure a static IP address, e.g. `10.0.0.2`, `1.2.3.4/24`, `2001:2345:6789:abcd::ef/48` * `--netmask ` e.g. `255.255.255.0`, `ffff:ffff:ffff:ffff::` * `--gateway ` e.g. `10.0.0.1` * `--dns '8.8.8.8 8.8.4.4'`