]> git.stg.codes - stg.git/commitdiff
Fixed typo.
authorMaxim Mamontov <faust.madf@gmail.com>
Fri, 30 May 2014 07:11:03 +0000 (10:11 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Fri, 30 May 2014 07:11:03 +0000 (10:11 +0300)
projects/sgconf/tariffs.cpp

index 6d38627826801d9171235752abbbefeadd8e2c82..a108920f86a2a70dd2486687c654f70c8528e496 100644 (file)
@@ -235,7 +235,7 @@ params.push_back(SGCONF::API_ACTION::PARAM("traff-type", "<type>", "\ttraffic ty
 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"));
-params.push_back(SGCONF::API_ACTION::PARAM("night-prices", "<price/price, ...>", "coma-separated day prices for each direction"));
+params.push_back(SGCONF::API_ACTION::PARAM("night-prices", "<price/price, ...>", "coma-separated night prices for each direction"));
 params.push_back(SGCONF::API_ACTION::PARAM("thresholds", "<threshold, ...>", "coma-separated thresholds for each direction"));
 return params;
 }