mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-22 20:31:03 +02:00
43372: Add completion for e2label
This commit is contained in:
parent
9bc7e5b404
commit
f7e874c101
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-09-05 dana <dana@dana.is>
|
||||
|
||||
* 43372: Completion/Linux/Command/_e2label: Add completion for
|
||||
e2label
|
||||
|
||||
2018-09-05 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 43375 with fix from 43390: Test/A05execution.ztst: don't
|
||||
|
|
3
Completion/Linux/Command/_e2label
Normal file
3
Completion/Linux/Command/_e2label
Normal file
|
@ -0,0 +1,3 @@
|
|||
#compdef e2label
|
||||
|
||||
_arguments '1:device:_files' '2::volume label:(/dev/disk/by-label/*(N:t))'
|
Loading…
Reference in a new issue