Minor adjustments to the descriptions
This commit is contained in:
parent
8c7c094558
commit
99713ff544
|
|
@ -6,7 +6,7 @@ local arguments
|
||||||
|
|
||||||
arguments=(
|
arguments=(
|
||||||
{-a,--all}'[print all devices]'
|
{-a,--all}'[print all devices]'
|
||||||
{-b,--bytes}'[print SIZE in bytes rather than in human readable format]'
|
{-b,--bytes}'[print size in bytes rather than in human readable format]'
|
||||||
{-d,--nodeps}'[dont print slaves or holders]'
|
{-d,--nodeps}'[dont print slaves or holders]'
|
||||||
{-D,--discard}'[print discard capabilities]'
|
{-D,--discard}'[print discard capabilities]'
|
||||||
{-e,--exclude}'[exclude devices by major number (default: RAM disks)]'
|
{-e,--exclude}'[exclude devices by major number (default: RAM disks)]'
|
||||||
|
|
@ -17,7 +17,7 @@ arguments=(
|
||||||
{-l,--list}'[use list format output]'
|
{-l,--list}'[use list format output]'
|
||||||
{-m,--perms}'[output info about permissions]'
|
{-m,--perms}'[output info about permissions]'
|
||||||
{-n,--noheadings}'[dont print headings]'
|
{-n,--noheadings}'[dont print headings]'
|
||||||
{-o,--output}'[output columns]'
|
{-o,--output}'[specify output columns]'
|
||||||
{-O,--output-all}'[output all columns]'
|
{-O,--output-all}'[output all columns]'
|
||||||
{-p,--paths}'[print complete device path]'
|
{-p,--paths}'[print complete device path]'
|
||||||
{-P,--pairs}'[use key="value" output format]'
|
{-P,--pairs}'[use key="value" output format]'
|
||||||
|
|
@ -25,7 +25,7 @@ arguments=(
|
||||||
{-s,--inverse}'[inverse dependencies]'
|
{-s,--inverse}'[inverse dependencies]'
|
||||||
{-S,--scsi}'[output info about SCSI devices]'
|
{-S,--scsi}'[output info about SCSI devices]'
|
||||||
{-t,--topology}'[output info about topology]'
|
{-t,--topology}'[output info about topology]'
|
||||||
{-x,--sort}'[sort output by <column>]'
|
{-x,--sort}'[sort output by specified column]'
|
||||||
{-h,--help}'[display this help and exit]'
|
{-h,--help}'[display this help and exit]'
|
||||||
{-V,--version}'[output version information and exit]'
|
{-V,--version}'[output version information and exit]'
|
||||||
'*:filename:_files'
|
'*:filename:_files'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue