]> git.joonet.de Git - adminer.git/commitdiff
Compile usage
authorJakub Vrana <jakubv@fb.com>
Fri, 17 Feb 2012 20:10:37 +0000 (12:10 -0800)
committerJakub Vrana <jakubv@fb.com>
Fri, 17 Feb 2012 20:10:37 +0000 (12:10 -0800)
compile.php

index e6339ccd386c71caae181c2417453b6b0d06b4eb..f975d76b171921d57f3f67ff0b3454043a0873f9 100644 (file)
@@ -201,7 +201,7 @@ $_SESSION["lang"] = $_SERVER["argv"][1]; // Adminer functions read language from
 include dirname(__FILE__) . "/adminer/include/lang.inc.php";
 if (isset($_SESSION["lang"])) {
        if (isset($_SERVER["argv"][2]) || !isset($langs[$_SESSION["lang"]])) {
-               echo "Usage: php compile.php [lang]\nPurpose: Compile adminer[-lang].php and editor[-lang].php.\n";
+               echo "Usage: php compile.php [driver] [lang]\nPurpose: Compile adminer[-driver][-lang].php and editor[-driver][-lang].php.\n";
                exit(1);
        }
        include dirname(__FILE__) . "/adminer/lang/$_SESSION[lang].inc.php";