diff options
Diffstat (limited to 'bash-completion/cal')
| -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 6c7c1743da..9a90a2a59a 100644 --- a/bash-completion/cal +++ b/bash-completion/cal @@ -11,7 +11,7 @@ _cal_module() esac case $cur in -*) - OPTS="-1 --one -3 --three -s --sunday -m --monday -j --julian -y --year -V --version -h --help" + OPTS="--one --three --sunday --monday --julian --year --version --help" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0 ;; |
