From a972e9eb5219e88d2cab0f1a49e0910125c46d6b Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 12:33:57 -0400 Subject: [PATCH] bash-completion: (fadvise) add missing --fd Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/fadvise | 1 + 1 file changed, 1 insertion(+) diff --git a/bash-completion/fadvise b/bash-completion/fadvise index 9d75ded6a..44a87f2fb 100644 --- a/bash-completion/fadvise +++ b/bash-completion/fadvise @@ -26,6 +26,7 @@ _fadvise_module() case $cur in -*) OPTS='--advice + --fd --length --offset --help -- 2.47.3