Update bash_completion (partially)

master
Wuzzy 2020-06-14 05:49:14 +02:00
parent e310165f41
commit ad8aa36b25
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ _i18n_completions()
'-h'|'--help')
return 0
;;
'--installed-mods')
'-m'|'--installed-mods')
hasInstalledModOpt=1
;;
'-r'|'--recursive')
@ -20,7 +20,7 @@ _i18n_completions()
'-v'|'--verbose')
hasVerboseOpt=1
;;
'--no-old-file')
'-O'|'--no-old-file')
hasNoOldFileOpt=1
;;