about summary refs log tree commit diff
path: root/Completion/Linux/Command/_mdadm
diff options
context:
space:
mode:
authorFabian Klotzl <fabian@kloetzl.info>2017-03-09 20:27:41 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2017-03-09 20:29:27 -0800
commit7276d04934192c0a9e32617f0c8c42d166dbdb52 (patch)
treee09980eb22a309a3d3a0dd23f40898311f83e469 /Completion/Linux/Command/_mdadm
parent9f498643228df057f6e80babba6f9a064cb12df3 (diff)
downloadzsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.gz
zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.xz
zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.zip
40808: fix typos where (x,y) should have been (x y) in _arguments syntax
Diffstat (limited to 'Completion/Linux/Command/_mdadm')
-rw-r--r--Completion/Linux/Command/_mdadm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_mdadm b/Completion/Linux/Command/_mdadm
index b2af3269d..b6dce7ccb 100644
--- a/Completion/Linux/Command/_mdadm
+++ b/Completion/Linux/Command/_mdadm
@@ -78,7 +78,7 @@ if (( $+words[(r)-(A|-assemble)] )); then
 		'(--scan -s)'{--scan,-s}'[scan config file for missing information]'
 		'(--run -R)'{--run,-R}'[try to start the array even if not enough devices for a full array are present]'
 		'(--force -f)'{--force,-f}'[assemble the array even if some superblocks appear out-of-date]'
-		'(--update,-U)'{--update=,-U}'[update superblock]::update the superblock:(sparc2.2 summaries uuid resync byteorder super-minor)'
+		'(--update -U)'{--update=,-U}'[update superblock]::update the superblock:(sparc2.2 summaries uuid resync byteorder super-minor)'
 	)
 fi