]> git.stg.codes - stg.git/commitdiff
Use one tab in show config.
authorMaxim Mamontov <faust.madf@gmail.com>
Fri, 10 Oct 2014 22:00:31 +0000 (01:00 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Fri, 10 Oct 2014 22:00:31 +0000 (01:00 +0300)
projects/sgconf/main.cpp

index 0667e2590f09a3662144853811c44bb156664c21..97e46d1b1837365a134948288bafa97df700d22c 100644 (file)
@@ -257,7 +257,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("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);