comparison toys/other/blkid.c @ 1333:fc1bb49e58a9 draft

Help text should have a blank line after usage: lines, and a couple other whitespace tweaks.
author Rob Landley <rob@landley.net>
date Mon, 02 Jun 2014 21:16:20 -0500
parents 5c51c9639a6f
children 21867cda5e41
comparison
equal deleted inserted replaced
1332:7e0c577a977e 1333:fc1bb49e58a9
10 config BLKID 10 config BLKID
11 bool "blkid" 11 bool "blkid"
12 default y 12 default y
13 help 13 help
14 usage: blkid [block device...] 14 usage: blkid [block device...]
15
15 Prints type, label and UUID of filesystem. 16 Prints type, label and UUID of filesystem.
16 */ 17 */
17 18
18 #define FOR_blkid 19 #define FOR_blkid
19 #include "toys.h" 20 #include "toys.h"