updated and descriptions for arguments and choices added

deprecated arguments removed
bug fix: typo "_init_completion" instead of "_init_completions"
This commit is contained in:
FPille
2021-10-14 11:04:10 +02:00
parent de9b93e852
commit 76f64537aa
+1 -1
View File
@@ -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=()