mirror of https://github.com/aria2/aria2
Updated bash_completion
parent
b5695b5c7f
commit
2c4da71325
|
@ -28,7 +28,7 @@ _aria2c()
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
--file-allocation)
|
--file-allocation)
|
||||||
COMPREPLY=( $( compgen -W 'none prealloc falloc' -- "$cur" ) )
|
COMPREPLY=( $( compgen -W 'none prealloc trunc falloc' -- "$cur" ) )
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
--log-level)
|
--log-level)
|
||||||
|
|
Loading…
Reference in New Issue