Fix canto completion

-d option was forgotten, causing error for last complete command
This commit is contained in:
Konrad Borowski 2013-07-19 09:28:05 +02:00
parent 51ae9b3ed4
commit 97bea94550

View file

@ -32,4 +32,4 @@ complete -c canto -s D -l dir -d 'Set configuration directory'
complete -c canto -s C -l conf -d 'Set configuration file'
complete -c canto -s L -l log -d 'Set client log file'
complete -c canto -s F -l fdir -d 'Set feed directory'
complete -c canto -s S -l sdir 'Set script directory'
complete -c canto -s S -l sdir -d 'Set script directory'