- updates related to debian package standards

This commit is contained in:
Mark Vejvoda 2013-11-16 20:27:51 +00:00
parent a212b19efa
commit b2f3748168
2 changed files with 12 additions and 1 deletions

View File

@ -317,7 +317,7 @@ void printParameterHelp(const char *argv0, bool foundInvalidArgs) {
printf("\n %s %s=desert2",extractFileFromDirectoryPath(argv0).c_str(),GAME_ARGS[GAME_ARG_VALIDATE_TILESET]);
printf("\n%s=x",GAME_ARGS[GAME_ARG_TRANSLATE_TECHTREES]);
printf("\n \t\tProduces a deafult lng file for the specified techtree");
printf("\n \t\tProduces a default lng file for the specified techtree");
printf("\n \t\tto prepare for translation into other languages.");
printf("\n \t\tWhere x is a techtree name");

View File

@ -1,3 +1,14 @@
// ==============================================================
// This file is part of MegaGlest Unit Tests (www.megaglest.org)
//
// Copyright (C) 2013 Mark Vejvoda
//
// You can redistribute this code and/or modify it under
// the terms of the GNU General Public License as published
// by the Free Software Foundation; either version 2 of the
// License, or (at your option) any later version
// ==============================================================
#include <cppunit/CompilerOutputter.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/ui/text/TestRunner.h>