]> git.stg.codes - stg.git/blobdiff - projects/sgconf/corps.cpp
Expanded more abbreviations.
[stg.git] / projects / sgconf / corps.cpp
index 1821770574e27d036aa0561fa6ea0a6fbdc4987a..f079acfc4ef588791681abf45dcdb306b33f484a 100644 (file)
@@ -147,6 +147,6 @@ blocks.Add("Corporation management options")
       .Add("get-corps", SGCONF::MakeAPIAction(commands, GetCorpsFunction), "\tget corporation list")
       .Add("get-corp", SGCONF::MakeAPIAction(commands, "<name>", GetCorpFunction), "get corporation")
       .Add("add-corp", SGCONF::MakeAPIAction(commands, "<name>", params, AddCorpFunction), "add corporation")
-      .Add("del-corp", SGCONF::MakeAPIAction(commands, "<name>", DelCorpFunction), "del corporation")
+      .Add("del-corp", SGCONF::MakeAPIAction(commands, "<name>", DelCorpFunction), "delete corporation")
       .Add("chg-corp", SGCONF::MakeAPIAction(commands, "<name>", params, ChgCorpFunction), "change corporation");
 }