Remove unnecessary parenthesis escaping

This commit is contained in:
Aljaž "g5pw" Srebrnič
2013-04-01 00:29:38 +02:00
parent 1168563524
commit 810840e0e0
+1 -1
View File
@@ -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 \