summaryrefslogtreecommitdiffhomepage
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-06-13 03:51:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2021-06-13 03:51:55 +0200
commit6f7b10cdabfe2b99d7839087f007ccf7a9083847 (patch)
treed4395468c9aeca40614bdec44c270ac72690ed1e /networking
parent1849285a2098b503b829038f00f25abc52dbea6b (diff)
*: more --help tweaking
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/nameif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/nameif.c b/networking/nameif.c
index 854594c83..66e042688 100644
--- a/networking/nameif.c
+++ b/networking/nameif.c
@@ -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"