diff options
author | Pere Orga <gotrunks@gmail.com> | 2011-04-11 03:29:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-11 03:29:49 +0200 |
commit | 5bc8c005a8e15c43285bc595a8d404de67a482ac (patch) | |
tree | 98f2d35d1db26f4d8cba5f095ff63bf8e2e8d980 /networking/vconfig.c | |
parent | 73ef15cf3894716c1393ed21dee6e6bb2cdbc90f (diff) | |
download | busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.gz busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.bz2 busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.zip |
move remaining help text from include/usage.src.h
Signed-off-by: Pere Orga <gotrunks@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/vconfig.c')
-rw-r--r-- | networking/vconfig.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/networking/vconfig.c b/networking/vconfig.c index 13c65ad78..4fa341ac3 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c | |||
@@ -9,6 +9,18 @@ | |||
9 | 9 | ||
10 | /* BB_AUDIT SUSv3 N/A */ | 10 | /* BB_AUDIT SUSv3 N/A */ |
11 | 11 | ||
12 | //usage:#define vconfig_trivial_usage | ||
13 | //usage: "COMMAND [OPTIONS]" | ||
14 | //usage:#define vconfig_full_usage "\n\n" | ||
15 | //usage: "Create and remove virtual ethernet devices\n" | ||
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n add [interface-name] [vlan_id]" | ||
18 | //usage: "\n rem [vlan-name]" | ||
19 | //usage: "\n set_flag [interface-name] [flag-num] [0 | 1]" | ||
20 | //usage: "\n set_egress_map [vlan-name] [skb_priority] [vlan_qos]" | ||
21 | //usage: "\n set_ingress_map [vlan-name] [skb_priority] [vlan_qos]" | ||
22 | //usage: "\n set_name_type [name-type]" | ||
23 | |||
12 | #include "libbb.h" | 24 | #include "libbb.h" |
13 | #include <net/if.h> | 25 | #include <net/if.h> |
14 | 26 | ||