mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 10:55:00 +00:00
Updated bash_completion
This commit is contained in:
@@ -28,7 +28,7 @@ _aria2c()
|
||||
return 0
|
||||
;;
|
||||
--file-allocation)
|
||||
COMPREPLY=( $( compgen -W 'none prealloc falloc' -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W 'none prealloc trunc falloc' -- "$cur" ) )
|
||||
return 0
|
||||
;;
|
||||
--log-level)
|
||||
|
||||
Reference in New Issue
Block a user