diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 01:08:48 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 01:08:48 +0200 |
commit | 6b6826f0b87b13c5e83786f045b90d703507464e (patch) | |
tree | dc40238c9843b020fddfa7de83e25892b166dbe4 /networking | |
parent | aece2c5f0fef9088b615016f3177b1abd3a373bb (diff) | |
download | busybox-w32-6b6826f0b87b13c5e83786f045b90d703507464e.tar.gz busybox-w32-6b6826f0b87b13c5e83786f045b90d703507464e.tar.bz2 busybox-w32-6b6826f0b87b13c5e83786f045b90d703507464e.zip |
*: --help tweaks
function old new delta
.rodata 103190 103189 -1
packed_usage 33590 33566 -24
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-25) Total: -25 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/vconfig.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/networking/vconfig.c b/networking/vconfig.c index 4f1fbe280..7e805be9c 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c | |||
@@ -20,12 +20,12 @@ | |||
20 | //usage: "COMMAND [OPTIONS]" | 20 | //usage: "COMMAND [OPTIONS]" |
21 | //usage:#define vconfig_full_usage "\n\n" | 21 | //usage:#define vconfig_full_usage "\n\n" |
22 | //usage: "Create and remove virtual ethernet devices\n" | 22 | //usage: "Create and remove virtual ethernet devices\n" |
23 | //usage: "\n add IFACE VLAN_ID" | 23 | //usage: "\n add IFACE VLAN_ID" |
24 | //usage: "\n rem VLAN_NAME" | 24 | //usage: "\n rem VLAN_NAME" |
25 | //usage: "\n set_flag IFACE 0|1 VLAN_QOS" | 25 | //usage: "\n set_flag IFACE 0|1 VLAN_QOS" |
26 | //usage: "\n set_egress_map VLAN_NAME SKB_PRIO VLAN_QOS" | 26 | //usage: "\n set_egress_map VLAN_NAME SKB_PRIO VLAN_QOS" |
27 | //usage: "\n set_ingress_map VLAN_NAME SKB_PRIO VLAN_QOS" | 27 | //usage: "\n set_ingress_map VLAN_NAME SKB_PRIO VLAN_QOS" |
28 | //usage: "\n set_name_type NAME_TYPE" | 28 | //usage: "\n set_name_type NAME_TYPE" |
29 | 29 | ||
30 | #include "libbb.h" | 30 | #include "libbb.h" |
31 | #include <net/if.h> | 31 | #include <net/if.h> |