blob: 11c614c01be34f2e6734784206ff1c02790d1e33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#compdef kpartx
_arguments -s -w : \
'-a[add partition mappings]' \
'-r[read-only partition mappings]' \
'-d[delete partition mappings]' \
'-u[update partition mappings]' \
'-l[list partition mappings]' \
'-p[set device name-partition number delimiter]' \
'-f[force creation of mappings]' \
'-g[force GUID partition table]' \
'-v[Operate verbosely]' \
'-s[don'\''t return until the partitions are created]' \
'1: : _files'
|