From 9ee67614fd055862aacb23147f7c76aa8cd22d40 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 10 Mar 2023 21:13:25 +0200 Subject: [PATCH] Updated comments --- slpkg/configs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.