diff options
author | Theodore Ts'o <tytso@mit.edu> | 2004-03-20 16:30:10 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2004-03-20 16:30:10 -0500 |
commit | 8927998f8229a103037ba5f49abe30c620ce322c (patch) | |
tree | 8bc4c02dfe24fd4034fb53054cb4b82c604f894d /misc/blkid.8.in | |
parent | 6750877cb0546484bf01abdbb58f8f20652aa649 (diff) | |
download | e2fsprogs-8927998f8229a103037ba5f49abe30c620ce322c.tar.gz |
blkid.c (main, print_tags): Add new option -o which allows the
user to control the output format of blkid.
Diffstat (limited to 'misc/blkid.8.in')
-rw-r--r-- | misc/blkid.8.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/blkid.8.in b/misc/blkid.8.in index b39a6bbf..6a4ca2db 100644 --- a/misc/blkid.8.in +++ b/misc/blkid.8.in @@ -22,6 +22,10 @@ blkid \- command\-line utility to locate/print block device attributes .I writecachefile ] [ +.B \-o +.I format +] +[ .B \-s .I tag ] @@ -59,6 +63,21 @@ scanned but not necessarily available at this time), specify .B \-h Display a usage message and exit. .TP +.B \-o +Display +.BR blkid 's +output using the specified format. The +.I format +parameter may be +.IR full , +(the default), +.IR value , +(only print the value of any tags printed by +.BR blkid) +or +.I device +(only print the device name). +.TP .B \-p Probe all available devices. This is the default when displaying tokens. When searching for a token normally the cache file is |