Sfoglia il codice sorgente

Updated bash_completion

Tatsuhiro Tsujikawa 14 anni fa
parent
commit
72369c20c6

File diff suppressed because it is too large
+ 5 - 1
doc/bash_completion/aria2c


+ 2 - 1
doc/bash_completion/make_bash_completion.py

@@ -97,7 +97,8 @@ _aria2c()
                      '--uri-selector',
                      '--uri-selector',
                      '--event-poll',
                      '--event-poll',
                      '--follow-torrent',
                      '--follow-torrent',
-                     '--stream-piece-selector']:
+                     '--stream-piece-selector',
+                     '--download-result']:
         opt = opts[long_opt]
         opt = opts[long_opt]
         output_value_case(out, opt.long_opt, opt.values)
         output_value_case(out, opt.long_opt, opt.values)
     # Complete directory
     # Complete directory

Some files were not shown because too many files changed in this diff