Minor fixes
[anna.git] / example / diameter / stackManagement / main.cpp
index 727939a..96645b3 100644 (file)
@@ -68,7 +68,7 @@ int main(int argc, char** argv) {
    std::string param = argv[1] ? argv[1] : "";
 
    if (param == "") {
-      std::string msg = anna::functions::asString("Use: %s <list of xml dictionaries overloaded>,\n     i.e. '%s avps.xml commands.xml'", exec.c_str(), exec.c_str());
+      std::string msg = anna::functions::asString("Usage: %s <list of xml dictionaries overloaded>,\n     i.e. '%s avps.xml commands.xml'", exec.c_str(), exec.c_str());
       _exit(msg);
    }