about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_admin_t
blob: 57b5c65e22769b690490c2caef4ba209ebd2ddcf (plain) (blame)
1
2
3
4
5
6
7
#autoload

if compset -P -; then
  _message 'descriptive text'
else
  _files "$@"
fi