mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Updated comments
This commit is contained in:
parent
a0037b4e86
commit
9ee67614fd
1 changed files with 2 additions and 1 deletions
|
@ -103,9 +103,10 @@ class Configs:
|
||||||
# Curl options.
|
# Curl options.
|
||||||
curl_options: str = ''
|
curl_options: str = ''
|
||||||
|
|
||||||
|
# Lftp get options.
|
||||||
lftp_get_options: str = '-c get -e'
|
lftp_get_options: str = '-c get -e'
|
||||||
|
|
||||||
# Lftp options'
|
# Lftp mirror options.
|
||||||
lftp_mirror_options: str = '-c mirror --parallel=10 --only-newer'
|
lftp_mirror_options: str = '-c mirror --parallel=10 --only-newer'
|
||||||
|
|
||||||
# Choose the view mode.
|
# Choose the view mode.
|
||||||
|
|
Loading…
Add table
Reference in a new issue