diff options
author | Dave Reisner <d@falconindy.com> | 2015-05-05 22:21:32 -0400 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2015-05-05 22:21:32 -0400 |
commit | 168fafa824612f4340a10e5b1a983ce635e3aedc (patch) | |
tree | 7019b04db2331dbb1c6f70a4de48d57408bcbc2d | |
parent | 973f396fdc6be24e14956813338fdd0f4532beae (diff) | |
parent | 858bc787e90bd881e95785cb47c0e8cd94e4afe4 (diff) | |
download | mirror-ponymix-168fafa824612f4340a10e5b1a983ce635e3aedc.tar.gz mirror-ponymix-168fafa824612f4340a10e5b1a983ce635e3aedc.tar.bz2 mirror-ponymix-168fafa824612f4340a10e5b1a983ce635e3aedc.zip |
Merge pull request #36 from fauxmight/master
Fix minor typo in zsh-completion
-rw-r--r-- | zsh-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh-completion b/zsh-completion index 2bf567f..18fb78e 100644 --- a/zsh-completion +++ b/zsh-completion @@ -5,7 +5,7 @@ local state line curcontext="$curcontext" typeset -U _commands _common_command(){ _commands+=( - 'list:list available dsevices' + 'list:list available devices' 'list-short:list available devices, short form' 'list-cards:list available cards' 'list-cards-short:list available cards, short form' |