complete -c fold -s w -l width -d 'set WIDTH as the maximum line width rather than 80' -r
complete -c fold -s b -l bytes -d 'count using bytes rather than columns (meaning control characters such as newline are not treated specially)'
complete -c fold -s c -l characters -d 'count using character positions rather than display columns'
complete -c fold -s s -l spaces -d 'break lines at word boundaries rather than a hard cut-off'
complete -c fold -s h -l help -d 'Print help'
complete -c fold -s V -l version -d 'Print version'
