diff --git a/slpkg/configs.py b/slpkg/configs.py index 11ff6e5a..589354bd 100644 --- a/slpkg/configs.py +++ b/slpkg/configs.py @@ -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.