add additional compression formats to sample

This commit is contained in:
DT Netsolution GmbH 2013-12-07 11:29:38 +01:00
parent f0b2a419c7
commit aec73219c8
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ TYPE="public"
# - Compression format
# If the retrieved file is compressed, the compression format is specified to
# extract it. If the parameter is not set, no extraction happens
# Optional parameter. Valid values: unzip, 7zip. Default value: <not set>.
# Optional parameter. Valid values: unzip, 7zip, unrar, lha, targz, tarbz2, cab . Default value: <not set>.
# DL_EXTRACT_FORMAT="zip"
#
# - Extraction directory for compressed files