diff options
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 |