]> git.stg.codes - stg.git/commitdiff
Fixed formatting.
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 18 May 2014 22:17:12 +0000 (01:17 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 18 May 2014 22:17:12 +0000 (01:17 +0300)
projects/sgconf/main.cpp

index 9ae82cc560d81d2ba6d524e429a644385d354a01..345486338cbd4bb85a83f0159459d3c91bba1e10 100644 (file)
@@ -1408,7 +1408,7 @@ SGCONF::OPTION_BLOCK & block = blocks.Add("Connection options")
       .Add("w", "userpass", SGCONF::MakeParamAction(config.userPass, "<password>"), "\tpassword for the administrative login")
       .Add("a", "address", SGCONF::MakeParamAction(config, "<connection string>"), "connection params as a single string in format: <login>:<password>@<host>:<port>");
 blocks.Add("Raw XML")
-      .Add("r", "raw", SGCONF::MakeCommandAction(commands, "<xml>", true, new SGCONF::RAW_XML_FUNCTOR()), "\t\tmake raw XML request");
+      .Add("r", "raw", SGCONF::MakeCommandAction(commands, "<xml>", 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())