From 2c4da7132508d99792e6f045c733c7fc0d5960ab Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 2 Sep 2012 21:20:03 +0900 Subject: [PATCH] Updated bash_completion --- doc/bash_completion/aria2c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bash_completion/aria2c b/doc/bash_completion/aria2c index 83aa5357..0f53b783 100644 --- a/doc/bash_completion/aria2c +++ b/doc/bash_completion/aria2c @@ -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)