diff options
| author | TitanSnow <[email protected]> | 2017-04-30 15:49:12 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-04-30 15:49:12 +0800 |
| commit | a980348ac39a4b45492601bf1e12dfd0e4d1a892 (patch) | |
| tree | 4d8cabcfac657d1db8d0b2f8600bfff33a0b73fc /xmake/core/project/task.lua | |
| parent | 028f323e0e9d0e9cdf6c14a1d98d3ffa7603e577 (diff) | |
two space looks nicer
Diffstat (limited to 'xmake/core/project/task.lua')
| -rw-r--r-- | xmake/core/project/task.lua | 6 |
1 files 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 |
