From a53798635c50428856c0f6b50522647bc4d3d42c Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 26 Sep 2023 11:28:37 +0600 Subject: [PATCH] Config cleaning argument added --- source/ubl-settings-system.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/ubl-settings-system.c b/source/ubl-settings-system.c index 23de598..9a8f663 100644 --- a/source/ubl-settings-system.c +++ b/source/ubl-settings-system.c @@ -528,6 +528,7 @@ int main(int argc, char *argv[]){ {"socket-ext-id", 1,0, 'e'}, {"socket-trd-id", 1,0, 't'}, {"debug", 0,0, 'd'}, + {"clean-config", 0,0, 'c'}, { NULL, 0, NULL, 0 } }; for (int i=0;i