From 314f19e4d2099eb19824df49d71953946486f78f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 2 Jun 2014 21:16:20 -0500 Subject: Help text should have a blank line after usage: lines, and a couple other whitespace tweaks. --- toys/other/blkid.c | 1 + toys/other/modinfo.c | 1 + toys/other/vconfig.c | 14 +++++++------- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'toys/other') diff --git a/toys/other/blkid.c b/toys/other/blkid.c index 1b85d0b8..5c69a1ef 100644 --- a/toys/other/blkid.c +++ b/toys/other/blkid.c @@ -12,6 +12,7 @@ config BLKID default y help usage: blkid [block device...] + Prints type, label and UUID of filesystem. */ diff --git a/toys/other/modinfo.c b/toys/other/modinfo.c index ef457aea..f572a991 100644 --- a/toys/other/modinfo.c +++ b/toys/other/modinfo.c @@ -9,6 +9,7 @@ config MODINFO default y help usage: modinfo [-0] [-b basedir] [-k kernrelease] [-F field] [modulename...] + Display module fields for all specified modules, looking in /lib/modules// (kernrelease defaults to uname -r). */ 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" -- cgit v1.2.3