From 97bea94550819efcdffb1213b5d425d5f1af66d9 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Fri, 19 Jul 2013 09:28:05 +0200 Subject: [PATCH] Fix canto completion -d option was forgotten, causing error for last complete command --- share/completions/canto.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/canto.fish b/share/completions/canto.fish index ad75b4cf9..7c487fb75 100644 --- a/share/completions/canto.fish +++ b/share/completions/canto.fish @@ -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'