diff options
author | Ján Koščo <3k.stanley@gmail.com> | 2014-08-22 23:12:02 +0200 |
---|---|---|
committer | Ján Koščo <3k.stanley@gmail.com> | 2014-08-22 23:12:02 +0200 |
commit | b3d27be944c36b15900c9e11a6d1495096d43ba1 (patch) | |
tree | dcb3b05c71596cb815bd778a5d8fbc1c63ac7f0e /plugins/geeknote/_geeknote | |
parent | aac85f095e302c72b109801063da8d8c4d13af3e (diff) | |
download | zsh-b3d27be944c36b15900c9e11a6d1495096d43ba1.tar.gz zsh-b3d27be944c36b15900c9e11a6d1495096d43ba1.tar.bz2 zsh-b3d27be944c36b15900c9e11a6d1495096d43ba1.zip |
Update seach parameter
Diffstat (limited to 'plugins/geeknote/_geeknote')
-rw-r--r-- | plugins/geeknote/_geeknote | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/geeknote/_geeknote b/plugins/geeknote/_geeknote index 2d1188e84..cf1a187d2 100644 --- a/plugins/geeknote/_geeknote +++ b/plugins/geeknote/_geeknote @@ -90,7 +90,7 @@ case "$words[1]" in '(-nb|--notebook)'{-nb,--notebook}'[in which notebook search the note]' \ '(-d|--date)'{-d,--date}'[date in format dd.mm.yyyy or date range dd.mm.yyyy-dd.mm.yyyy]' \ '(-cn|--count)'{-cn,--count}'[how many notes show in the result list]' \ - '(-wu|--with-url)'{-wu,--with-url}'[add direct url of each note in results to Evernote web-version]' \ + '(-uo|--url-only)'{-uo,--url-only}'[add direct url of each note in results to Evernote web-version]' \ '(-ee|--exact-entry)'{-ee,--exact-entry}'[search for exact entry of the request]' \ '(-cs|--content-search)'{-cs,--content-search}'[search by content, not by title]' \ ) |