From 6f998faeab7a97609fd6fee856d54823097ad36d Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sat, 11 Oct 2014 01:00:31 +0300 Subject: [PATCH] Use one tab in show config. --- projects/sgconf/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/sgconf/main.cpp b/projects/sgconf/main.cpp index 0667e259..97e46d1b 100644 --- a/projects/sgconf/main.cpp +++ b/projects/sgconf/main.cpp @@ -257,7 +257,7 @@ SGCONF::OPTION_BLOCK & block = blocks.Add("Connection options") .Add("w", "userpass", SGCONF::MakeParamAction(config.userPass, ""), "\tpassword for the administrative login") .Add("a", "address", SGCONF::MakeParamAction(config, ""), "connection params as a single string in format: :@:"); blocks.Add("Debug options") - .Add("show-config", SGCONF::MakeParamAction(config.showConfig), "\t\tshow config and exit"); + .Add("show-config", SGCONF::MakeParamAction(config.showConfig), "\tshow config and exit"); SGCONF::AppendXMLOptionBlock(commands, blocks); SGCONF::AppendAdminsOptionBlock(commands, blocks); SGCONF::AppendTariffsOptionBlock(commands, blocks); -- 2.43.2