From a980348ac39a4b45492601bf1e12dfd0e4d1a892 Mon Sep 17 00:00:00 2001 From: TitanSnow Date: Sun, 30 Apr 2017 15:49:12 +0800 Subject: two space looks nicer --- xmake/core/project/task.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmake/core/project/task.lua b/xmake/core/project/task.lua index 35c051ef9..904ca81d6 100644 --- a/xmake/core/project/task.lua +++ b/xmake/core/project/task.lua @@ -142,9 +142,9 @@ function task._translate_menu(menu) table.insert(options, 8, {'F', "file", "kv", nil, "Read a given xmake.lua file." }) table.insert(options, 9, {'P', "project", "kv", nil, "Change to the given project directory." , "Search priority:" - , " 1. The Given Command Argument" - , " 2. The Envirnoment Variable: XMAKE_PROJECT_DIR" - , " 3. The Current Directory" }) + , " 1. The Given Command Argument" + , " 2. The Envirnoment Variable: XMAKE_PROJECT_DIR" + , " 3. The Current Directory" }) table.insert(options, 10, {}) end -- cgit v1.3.1