diff --git a/ARES/application/template.lsl b/ARES/application/template.lsl index 2796ba3..7450531 100644 --- a/ARES/application/template.lsl +++ b/ARES/application/template.lsl @@ -44,7 +44,11 @@ main(integer src, integer n, string m, key outs, key ins, key user) { string msg = ""; string action = gets(argv, 1); if(argc == 1 || action == "help") { - msg = "Syntax: " + PROGRAM_NAME + " "; + msg = PROGRAM_NAME + " version " + CLIENT_VERSION + " (" + CLIENT_VERSION_TAGS + ")" + + "\nUsage: " + PROGRAM_NAME + " []" + + "\nSupported actions:" + + "\n help: this message" + ; } if(msg != "")