summaryrefslogtreecommitdiff
path: root/completions/getent
diff options
context:
space:
mode:
Diffstat (limited to 'completions/getent')
-rw-r--r--completions/getent4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/getent b/completions/getent
index 1bb12f52..2e99f524 100644
--- a/completions/getent
+++ b/completions/getent
@@ -68,8 +68,8 @@ _getent()
COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
[[ $COMPREPLY == *= ]] && compopt -o nospace
elif [[ -z $db ]]; then
- COMPREPLY=( $( compgen -W 'passwd group hosts services protocols \
- networks ahosts ahostsv4 ahostsv6 aliases ethers netgroup rpc \
+ COMPREPLY=( $( compgen -W 'passwd group hosts services protocols
+ networks ahosts ahostsv4 ahostsv6 aliases ethers netgroup rpc
shadow gshadow' -- "$cur" ) )
fi
} &&