diff options
| author | ruki <[email protected]> | 2016-07-12 08:46:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-12 08:46:07 +0800 |
| commit | c4ed00d99526c87e083bcd9e8310fbb759245b7f (patch) | |
| tree | 9a167100c4386199851e815a428873f0397fafac /xmake/plugins/project/xmake.lua | |
| parent | 45e1839ea78bdff05460bdfb8d619325419274d6 (diff) | |
improve to generate makefile
Diffstat (limited to 'xmake/plugins/project/xmake.lua')
| -rwxr-xr-x | xmake/plugins/project/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua index e489bce21..9e8b91777 100755 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.lua @@ -35,7 +35,7 @@ task("project") usage = "xmake project [options] [target]" -- description - , description = "Create the project file." + , description = "Generate the project file." -- options , options = |
