Skip to content

Commit

Permalink
Fix zsh completion #31
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Oct 30, 2020
1 parent 4222fbe commit c6296f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Karol Herbst <git at karolherbst.de>
ko-zu
Thomas Kear
Jan Palus <atler at pid-linux.org> (avoid shell calculation)
Kriss (https://github.com/Kr1ss-XD) (fix installing the localized manpages)
Mattéo Rossillol‑‑Laruelle <beatussum at protonmail.com> (https://github.com/beatussum) (XFS support, Makefile, i18n support, Makefile, French translation)
Edlund Scott <at sredlund>
Sebastiaan (https://github.com/SharkWipf)
Expand Down
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ChangeLog for zram-init:

*zram-init-10.8:
Martin Väth <martin at mvath.de>:
- Fix zsh completion https://github.com/vaeth/zram-init/issues/31

*zram-init-10.7:
Kriss (https://github.com/Kr1ss-XD):
- Fix installing the localized manpages

*zram-init-10.6:
Sebastiaan (https://github.com/SharkWipf):
- Fix writeback settings
Expand Down
2 changes: 1 addition & 1 deletion zsh/_zram-init
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _arguments -s -S -A '-*' : \
'-a+[use specified compression algorithm]:compression algorithm:(lzo lz4 zstd)' \
'-L+[use specified label]:label:(zram zswap)' \
'-U+[use specified uuid]:uuid:(01234567-89ab-cdef-fedc-ba9876543210 fedcba98-7654-3210-0123-456789abcdef)' \
'(-B)[use specified block size]:block sizet:(1024 2048 4096)' \
'-B[use specified block size]:block size:(1024 2048 4096 8192)' \
'(-i)-N+[use specified inodes count]:inode count:(65536 262144 524288 1048576 4194304)' \
'(-N)-i+[use specified bytes/inodes ratio]:inode ratio:(128 2048 4096 8192 32768 65536)' \
'-k[do not remove previously used zram]' \
Expand Down

0 comments on commit c6296f4

Please sign in to comment.