diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-08-20 22:43:05 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-08-20 22:43:05 +0200 |
commit | da303e7b09f7b53a2cbcd7a293e3db6ecee9d250 (patch) | |
tree | f7fc733e331b17006886633e4efee8916a5712dd /etc | |
parent | 7b3376ef4ed04432dcc353825110eeda448e4274 (diff) |
update hashlcompletion
Diffstat (limited to 'etc')
-rw-r--r-- | etc/completions/_hashl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/completions/_hashl b/etc/completions/_hashl index ede2cbd..49565ac 100644 --- a/etc/completions/_hashl +++ b/etc/completions/_hashl @@ -59,6 +59,7 @@ for arg in ${(k)argument_pairs}; { } arguments+=( + \*{-e,--extra-db}'[additional hashl db]:file:_files' ':action:_hashl_action' '*:arguments:_hashl_action_args' ) |