fix aria2c typos

This commit is contained in:
Matt Hamilton 2015-12-18 07:23:00 -05:00
parent 818beef89d
commit 9d6952400d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ alias lc='lt -c' # human-readable sizes, most recent last, change time
#
if (( ${+commands[aria2c]} )); then
alias get='aria2c --max-connections-per-sever=5 --continue'
alias get='aria2c --max-connection-per-server=5 --continue'
elif (( ${+commands[axel]} )); then
alias get='axel --num-connections=5 --alternate'
elif (( ${+commands[wget]} )); then