diff options
Diffstat (limited to 'bash-completion/utmpdump')
| -rw-r--r-- | bash-completion/utmpdump | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bash-completion/utmpdump b/bash-completion/utmpdump index 3b868cec0..fb636c18a 100644 --- a/bash-completion/utmpdump +++ b/bash-completion/utmpdump @@ -11,11 +11,12 @@ _utmpdump_module() esac case $cur in -*) - OPTS="--follow --reverse --version --help" + OPTS="--follow --reverse --output --version --help" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 |
