From: Maxim Mamontov Date: Sun, 18 May 2014 22:17:12 +0000 (+0300) Subject: Fixed formatting. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/ab68a8e9ce58ea759f71bc8971cc73c97fd895f6 Fixed formatting. --- diff --git a/projects/sgconf/main.cpp b/projects/sgconf/main.cpp index 9ae82cc5..34548633 100644 --- a/projects/sgconf/main.cpp +++ b/projects/sgconf/main.cpp @@ -1408,7 +1408,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("Raw XML") - .Add("r", "raw", SGCONF::MakeCommandAction(commands, "", true, new SGCONF::RAW_XML_FUNCTOR()), "\t\tmake raw XML request"); + .Add("r", "raw", SGCONF::MakeCommandAction(commands, "", true, new SGCONF::RAW_XML_FUNCTOR()), "\tmake raw XML request"); /*blocks.Add("Admins management options") .Add("get-admins", SGCONF::MakeConfAction()) .Add("get-admin", SGCONF::MakeConfAction())