From 88e4b6f8bfd188b210ffcda10ecb4a1034c412c7 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 12:35:05 -0400 Subject: [PATCH] bash-completion: (fallocate) add missing --write-zeroes Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/fallocate | 1 + 1 file changed, 1 insertion(+) diff --git a/bash-completion/fallocate b/bash-completion/fallocate index 670874c960..dd0d07d07f 100644 --- a/bash-completion/fallocate +++ b/bash-completion/fallocate @@ -24,6 +24,7 @@ _fallocate_module() --offset --punch-hole --zero-range + --write-zeroes --posix --verbose --help -- 2.47.3