From 9cc6ebe7a2263e6697d497e95335369b06bec11b Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Thu, 11 Feb 2016 22:53:16 -0500 Subject: 37913: add additional completers and _zpool improvement --- Completion/Linux/Command/_kpartx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Completion/Linux/Command/_kpartx (limited to 'Completion/Linux/Command/_kpartx') diff --git a/Completion/Linux/Command/_kpartx b/Completion/Linux/Command/_kpartx new file mode 100644 index 000000000..11c614c01 --- /dev/null +++ b/Completion/Linux/Command/_kpartx @@ -0,0 +1,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' -- cgit 1.4.1