#compdef psd profile-sync-daemon

_psd() {
  local -a options

  options=('p:Preview what psd will do/is doing and printout useful info'
           'c:Clean (delete without prompting) ALL crashrecovery dirs for all profiles')

  _describe 'options' options
}

_psd
