mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2026-09-08 11:28:33 -04:00
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:
1 parent
de9b93e852
commit
76f64537aa
1 file changed
+1
-1
@@ -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=()
|
||||
|
||||
Reference in new issue
Block a user