diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 03:51:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 03:51:55 +0200 |
commit | 6f7b10cdabfe2b99d7839087f007ccf7a9083847 (patch) | |
tree | d4395468c9aeca40614bdec44c270ac72690ed1e /networking | |
parent | 1849285a2098b503b829038f00f25abc52dbea6b (diff) | |
download | busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.tar.gz busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.tar.bz2 busybox-w32-6f7b10cdabfe2b99d7839087f007ccf7a9083847.zip |
*: more --help tweaking
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/nameif.c | 4 |
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 @@ | |||
52 | //usage:#define nameif_full_usage "\n\n" | 52 | //usage:#define nameif_full_usage "\n\n" |
53 | //usage: "Rename network interface while it in the down state." | 53 | //usage: "Rename network interface while it in the down state." |
54 | //usage: IF_NOT_FEATURE_NAMEIF_EXTENDED( | 54 | //usage: IF_NOT_FEATURE_NAMEIF_EXTENDED( |
55 | //usage: "\nThe device with address HWADDR is renamed to IFACE." | 55 | //usage: "\nThe device with address HWADDR is renamed to IFNAME." |
56 | //usage: ) | 56 | //usage: ) |
57 | //usage: IF_FEATURE_NAMEIF_EXTENDED( | 57 | //usage: IF_FEATURE_NAMEIF_EXTENDED( |
58 | //usage: "\nThe device matched by SELECTOR is renamed to IFACE." | 58 | //usage: "\nThe device matched by SELECTOR is renamed to IFNAME." |
59 | //usage: "\nSELECTOR can be a combination of:" | 59 | //usage: "\nSELECTOR can be a combination of:" |
60 | //usage: "\n driver=STRING" | 60 | //usage: "\n driver=STRING" |
61 | //usage: "\n bus=STRING" | 61 | //usage: "\n bus=STRING" |