summaryrefslogtreecommitdiff
path: root/provides
diff options
context:
space:
mode:
Diffstat (limited to 'provides')
-rw-r--r--provides/zsh/completions/_efa5
1 files changed, 3 insertions, 2 deletions
diff --git a/provides/zsh/completions/_efa b/provides/zsh/completions/_efa
index 64fc6c4..8e37b10 100644
--- a/provides/zsh/completions/_efa
+++ b/provides/zsh/completions/_efa
@@ -6,8 +6,9 @@ arguments=(
'--to:city: :stop: '
'--via:city: :stop: '
'--debug'
- '--time:time'
- '--time-for:event:(arrival departure)'
+ '(--depart --arrive)--time:time'
+ '(--depart --time)--arrive:time'
+ '(--arrive --time)--depart:time'
'--date:date'
'*--post:POST key=value'
)