From: Maxim Mamontov <faust.madf@gmail.com>
Date: Fri, 30 May 2014 07:01:46 +0000 (+0300)
Subject: Fixed traff type descritpion.
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/05e29980ab6ee71b0436f7ca58d109a79a512b0f?ds=sidebyside;hp=e7ccd2b51d13d9900fb3e841c13562e57448b279

Fixed traff type descritpion.
---

diff --git a/projects/sgconf/tariffs.cpp b/projects/sgconf/tariffs.cpp
index 0c9f9751..76a9a866 100644
--- a/projects/sgconf/tariffs.cpp
+++ b/projects/sgconf/tariffs.cpp
@@ -231,7 +231,7 @@ std::vector<SGCONF::API_ACTION::PARAM> params;
 params.push_back(SGCONF::API_ACTION::PARAM("fee", "<fee>", "\t\ttariff fee"));
 params.push_back(SGCONF::API_ACTION::PARAM("free", "<free mb>", "\tprepaid traff"));
 params.push_back(SGCONF::API_ACTION::PARAM("passive-cost", "<cost>", "\tpassive cost"));
-params.push_back(SGCONF::API_ACTION::PARAM("traff-type", "<type>", "\ttraff type (up, dow, up+down, max)"));
+params.push_back(SGCONF::API_ACTION::PARAM("traff-type", "<type>", "\ttraff type (up, down, up+down, max)"));
 params.push_back(SGCONF::API_ACTION::PARAM("period", "<period>", "\ttarification period (daily, monthly)"));
 params.push_back(SGCONF::API_ACTION::PARAM("times", "<hh:mm-hh:mm, ...>", "coma-separated day time-spans for each direction"));
 params.push_back(SGCONF::API_ACTION::PARAM("day-prices", "<price/price, ...>", "coma-separated day prices for each direction"));