From 9b16dadea5528704308ab15188f2569f55035bab Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:03:37 +0900 Subject: [PATCH] Fix fallocate - fix wrong short name option --- src/_fallocate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_fallocate b/src/_fallocate index 1503e27..a76729d 100644 --- a/src/_fallocate +++ b/src/_fallocate @@ -46,7 +46,7 @@ _arguments \ '(-o --offset)'{-o+,--offset}'[Specifies the beginning offset of the range, in bytes]:offset' \ '(-p --punch-hole)'{-p,--punch-hole}'[Deallocates space in the byte range starting at offset and continuing for length bytes]' \ '(-v --verbose)'{-v,--verbose}'[Enable verbose mode]' \ - '(-x --posix)'{-p,--posix}'[Enable POSIX operation mode]' \ + '(-x --posix)'{-x,--posix}'[Enable POSIX operation mode]' \ '(-z --zero-range)'{-z,--zero-range}'[Zeroes space in the byte range starting at offset and continuing for length bytes]' \ '(- *)'{-h,--help}'[Display help text and exit]' \ '(- *)'{-V,--version}'[Print version and exit]' \