mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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: str = ''
|
||||
|
||||
# Lftp get options.
|
||||
lftp_get_options: str = '-c get -e'
|
||||
|
||||
# Lftp options'
|
||||
# Lftp mirror options.
|
||||
lftp_mirror_options: str = '-c mirror --parallel=10 --only-newer'
|
||||
|
||||
# Choose the view mode.
|
||||
|
|
Loading…
Add table
Reference in a new issue