diff options
Diffstat (limited to 'bash-completion')
-rw-r--r-- | bash-completion/cal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/cal b/bash-completion/cal index 9a90a2a5..1510eb1f 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 ;; |