Tatsuhiro Tsujikawa 13 лет назад
Родитель
Сommit
2c4da71325
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/bash_completion/aria2c

+ 1 - 1
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)