diff options
Diffstat (limited to 'bash-completion/lscpu')
| -rw-r--r-- | bash-completion/lscpu | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bash-completion/lscpu b/bash-completion/lscpu index bce07c412..7e189eee6 100644 --- a/bash-completion/lscpu +++ b/bash-completion/lscpu @@ -17,7 +17,8 @@ _lscpu_module() POLARIZATION, ADDRESS, CONFIGURED, - ONLINE," + ONLINE, + MMHZ" compopt -o nospace COMPREPLY=( $(compgen -W "$OPTS" -- $cur) ) return 0 @@ -41,6 +42,7 @@ _lscpu_module() return 0 ;; esac + local IFS=$'\n' compopt -o filenames COMPREPLY=( $(compgen -f -- $cur) ) return 0 |
