*: more --help tweaking

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2021-06-13 03:51:55 +02:00
parent 1849285a20
commit 6f7b10cdab
9 changed files with 20 additions and 19 deletions

View File

@@ -52,10 +52,10 @@
//usage:#define nameif_full_usage "\n\n"
//usage: "Rename network interface while it in the down state."
//usage: IF_NOT_FEATURE_NAMEIF_EXTENDED(
//usage: "\nThe device with address HWADDR is renamed to IFACE."
//usage: "\nThe device with address HWADDR is renamed to IFNAME."
//usage: )
//usage: IF_FEATURE_NAMEIF_EXTENDED(
//usage: "\nThe device matched by SELECTOR is renamed to IFACE."
//usage: "\nThe device matched by SELECTOR is renamed to IFNAME."
//usage: "\nSELECTOR can be a combination of:"
//usage: "\n driver=STRING"
//usage: "\n bus=STRING"