Update downloader options comments

This commit is contained in:
Dimitris Zlatanidis 2015-06-24 01:00:21 +03:00
parent d52575ef92
commit ab713384ed

View file

@ -91,7 +91,8 @@ DOWNDER=wget
# Downloader [OPTION]. Pass downloader options, for curl use "-L -o" as
# using to download in specific directory and support any redirects
# such as from sourceforge repository. Default for wget is "-c -N".
# such as from sourceforge repository. No extra option need for aria2c
# by default to work. Default for wget is "-c -N".
DOWNDER_OPTIONS=-c -N
# Update slackpkg ChangeLog.txt file if SLACKPKG_LOG is "on".