diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-23 16:48:40 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-08-23 16:48:40 +0200 |
commit | 0d4122def0c5bbd2de0e42a9e7b35ce20ffb1769 (patch) | |
tree | 941f8ded1ae872d049a8f566686d4a808d10d995 /provides/zsh/completions/_envstore | |
parent | 47c08d8c06f45665e8dd75d14c4f5bdb0633e09f (diff) |
envstore completion: Fixed a comment
Diffstat (limited to 'provides/zsh/completions/_envstore')
-rw-r--r-- | provides/zsh/completions/_envstore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/provides/zsh/completions/_envstore b/provides/zsh/completions/_envstore index 700fc7a..f75a223 100644 --- a/provides/zsh/completions/_envstore +++ b/provides/zsh/completions/_envstore @@ -15,9 +15,9 @@ arguments_action_nofile=( '1:action:(save)' ) -# envstare can't handle arrays, so only complete scalars and integers. +# envstore can't handle arrays, so only complete scalars and integers. # Also, don't complete parameters marked 'special', since they're usually -# relative to the current shell +# specific to the current shell arguments_save=( '2:parameter:_parameters -g "(scalar|integer)*export"' ) |