From 75a6ad602fc60357faf7cd869edc7fb6a7b53f0c Mon Sep 17 00:00:00 2001 From: adiabatic Date: Sun, 4 Aug 2019 02:53:17 -0700 Subject: [PATCH] completions/canto.fish: s/cnato/canto/ --- 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 23f01f78f..98008712e 100644 --- a/share/completions/canto.fish +++ b/share/completions/canto.fish @@ -25,7 +25,7 @@ complete -f -c canto -s n -l checknew -d 'Show number of new items for feed' complete -f -c canto -n '__fish_canto_using_command -l --checknew' -d 'Feed' -a '(command canto -l)' complete -c canto -s o -l opml -d 'Print conf as OPML' -complete -c cnato -s i -l import -d 'Import from OPML' +complete -c canto -s i -l import -d 'Import from OPML' complete -f -c canto -s r -l url -d 'Add feed' complete -c canto -s D -l dir -d 'Set configuration directory'