Remove unnecessary parenthesis escaping
This commit is contained in:
parent
1168563524
commit
810840e0e0
|
|
@ -45,7 +45,7 @@ _port() {
|
||||||
select_options=(
|
select_options=(
|
||||||
'--list:List available versions for the group'
|
'--list:List available versions for the group'
|
||||||
'--set:Select the given version for the group'
|
'--set:Select the given version for the group'
|
||||||
'--show:Show which version is currently selected for the group \(default if none given\)'
|
'--show:Show which version is currently selected for the group (default if none given)'
|
||||||
)
|
)
|
||||||
|
|
||||||
_arguments -s -C \
|
_arguments -s -C \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue