summaryrefslogtreecommitdiffstats
path: root/bash-completion/cal
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/cal')
-rw-r--r--bash-completion/cal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/cal b/bash-completion/cal
index 9a90a2a59..1510eb1fa 100644
--- a/bash-completion/cal
+++ b/bash-completion/cal
@@ -11,7 +11,7 @@ _cal_module()
esac
case $cur in
-*)
- OPTS="--one --three --sunday --monday --julian --year --version --help"
+ OPTS="--one --three --sunday --monday --julian --year --week --version --help"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;