diff options
Diffstat (limited to 'networking/ip.c')
-rw-r--r-- | networking/ip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/ip.c b/networking/ip.c index 665f9bc..accf907 100644 --- a/networking/ip.c +++ b/networking/ip.c @@ -156,7 +156,8 @@ //--------------123456789.123456789.123456789.123456789.123456789.123456789.123456789.123....79 //usage:#define iplink_trivial_usage //usage: /*Usage:iplink*/"set IFACE [up|down] [arp on|off] [multicast on|off]\n" -//usage: " [promisc on|off] [mtu NUM] [name NAME] [qlen NUM] [address MAC]" +//usage: " [promisc on|off] [mtu NUM] [name NAME] [qlen NUM] [address MAC]\n" +//usage: " [master IFACE | nomaster]\n" // * short help shows only "set" command, long help continues (with just one "\n") // * and shows all other commands: //usage:#define iplink_full_usage "\n" |