mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Fix canto completion
-d option was forgotten, causing error for last complete command
This commit is contained in:
parent
51ae9b3ed4
commit
97bea94550
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue