#compdef ddusb

# zsh completions for 'ddusb'
local arguments

arguments=(
  {-h,--help}'[show this help message and exit]'
  {-b,--bs}'[block size]'
  '*:filename:_files'
)

_arguments -s $arguments