From 7e97fcd0b95f40b584e2fe9ccc721b856e926921 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 17 Feb 2012 12:10:37 -0800 Subject: [PATCH] Compile usage --- compile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.php b/compile.php index e6339ccd..f975d76b 100644 --- a/compile.php +++ b/compile.php @@ -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";