blob: 334967fa578c1cd7c3629d84978f2d160718f84b (
plain)
1
2
3
4
5
6
7
8
|
# chfn(1) completion -*- shell-script -*-
# Use of this file is deprecated on Linux. Upstream completion is
# available in util-linux >= 2.23, use that instead.
complete -u chfn
# ex: filetype=sh
|