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) |
*: --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 @@ //usage: "COMMAND [OPTIONS]" //usage:#define vconfig_full_usage "\n\n" //usage: "Create and remove virtual ethernet devices\n" -//usage: "\n add IFACE VLAN_ID" -//usage: "\n rem VLAN_NAME" -//usage: "\n set_flag IFACE 0|1 VLAN_QOS" -//usage: "\n set_egress_map VLAN_NAME SKB_PRIO VLAN_QOS" -//usage: "\n set_ingress_map VLAN_NAME SKB_PRIO VLAN_QOS" -//usage: "\n set_name_type NAME_TYPE" +//usage: "\n add IFACE VLAN_ID" +//usage: "\n rem VLAN_NAME" +//usage: "\n set_flag IFACE 0|1 VLAN_QOS" +//usage: "\n set_egress_map VLAN_NAME SKB_PRIO VLAN_QOS" +//usage: "\n set_ingress_map VLAN_NAME SKB_PRIO VLAN_QOS" +//usage: "\n set_name_type NAME_TYPE" #include "libbb.h" #include <net/if.h> |