Skip to content

Commit

Permalink
Fix zsh-completion regression introduced in squashmount-16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Jul 31, 2017
1 parent 18b4409 commit 26e7d99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for squashmount

*squashmount-16.0.0_p2
Martin Väth <martin at mvath.de>:
- Fix zsh-completion regression introduced in squashmount-16.0.0

*squashmount-16.0.0_p1
Martin Väth <martin at mvath.de>:
- New find_cruft path; suggest to copy to system default directory
Expand Down
2 changes: 1 addition & 1 deletion zsh/_squashmount
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _arguments -C -s -S : \
'*'{'-q','--quiet'}'[be more quiet (accumulative)]' \
{'*-a+','*--arg='}'[add specified arg for user]:user arg:_files' \
{'*-c+','*--config='}'[add specified configfile to list]:configfile:_files' \
{'*--system-config='}'[add specified configfile to fallbacks]:configfile:_files' \
'*--system-config=[add specified configfile to fallbacks]:configfile:_files' \
{'*-u+','*--umount='}'[add specified option to umount DIR]:umount option:("-r")' \
{'*-U+','*--umount-ro='}'[add specified option to umount READONLY]:umount option:("-r")' \
'*--fumount=[add specified option to fusermount -u DIR)]:umount option:()' \
Expand Down

0 comments on commit 26e7d99

Please sign in to comment.