From 76f64537aa5549278483ce338fe03764d0ce8065 Mon Sep 17 00:00:00 2001 From: FPille Date: Thu, 14 Oct 2021 11:04:10 +0200 Subject: [PATCH] updated and descriptions for arguments and choices added deprecated arguments removed bug fix: typo "_init_completion" instead of "_init_completions" --- misc/completion/ocrmypdf.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/completion/ocrmypdf.bash b/misc/completion/ocrmypdf.bash index b652769e..616a2ca6 100644 --- a/misc/completion/ocrmypdf.bash +++ b/misc/completion/ocrmypdf.bash @@ -28,7 +28,7 @@ _ocrmypdf() local cur prev cword words split # Homebrew on Macs have version 1.3 of bash-completion which doesn't include - see #502 - if declare -F _init_completions >/dev/null 2>&1; then + if declare -F _init_completion >/dev/null 2>&1; then _init_completion -s || return else COMPREPLY=()