aboutsummaryrefslogtreecommitdiff
path: root/toys/other/vconfig.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2014-06-02 21:16:20 -0500
committerRob Landley <rob@landley.net>2014-06-02 21:16:20 -0500
commit314f19e4d2099eb19824df49d71953946486f78f (patch)
tree175a0ca0d19f045995da3e6e5328aa12ee90fc51 /toys/other/vconfig.c
parent8b3b9aa1bdbd3a1d721873e4359f650ff52427e5 (diff)
downloadtoybox-314f19e4d2099eb19824df49d71953946486f78f.tar.gz
Help text should have a blank line after usage: lines, and a couple other whitespace tweaks.
Diffstat (limited to 'toys/other/vconfig.c')
-rw-r--r--toys/other/vconfig.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/toys/other/vconfig.c b/toys/other/vconfig.c
index 0b885dca..eff918c1 100644
--- a/toys/other/vconfig.c
+++ b/toys/other/vconfig.c
@@ -13,14 +13,14 @@ config VCONFIG
help
usage: vconfig COMMAND [OPTIONS]
- add [interface-name] [vlan_id]
- rem [vlan-name]
- set_flag [interface-name] [flag-num] [0 | 1]
- set_egress_map [vlan-name] [skb_priority] [vlan_qos]
- set_ingress_map [vlan-name] [skb_priority] [vlan_qos]
- set_name_type [name-type]
-
Create and remove virtual ethernet devices
+
+ add [interface-name] [vlan_id]
+ rem [vlan-name]
+ set_flag [interface-name] [flag-num] [0 | 1]
+ set_egress_map [vlan-name] [skb_priority] [vlan_qos]
+ set_ingress_map [vlan-name] [skb_priority] [vlan_qos]
+ set_name_type [name-type]
*/
#include "toys.h"