diff options
author | Olivier Gayot <og@satcom1.com> | 2016-11-21 16:42:50 +0100 |
---|---|---|
committer | Olivier Gayot <og@satcom1.com> | 2016-11-21 16:42:50 +0100 |
commit | 31292ebad465b1a23dd1e594bbca654786147961 (patch) | |
tree | 1311c630d5e4d802c21c3ee40a21d573dcb7c422 | |
parent | 496137b84b791f11b6d5260d09550e7e445ede7a (diff) |
netctl: fixed option for hostname
Signed-off-by: Olivier Gayot <og@satcom1.com>
-rw-r--r-- | posts/netctl-undocumented-features.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/netctl-undocumented-features.rst b/posts/netctl-undocumented-features.rst index a52b124..3f05d79 100644 --- a/posts/netctl-undocumented-features.rst +++ b/posts/netctl-undocumented-features.rst @@ -25,4 +25,4 @@ Nonetheless, it is possible to use the variables **DhcpcdOptions** or Example (here, we pass a custom hostname and a custom metric to **dhcpcd**:: - > DhcpcdOptions='-H hostname -m metric' + > DhcpcdOptions='-h hostname -m metric' |