diff options
| author | ruki <[email protected]> | 2021-02-18 00:42:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-18 00:42:39 +0800 |
| commit | dea9f7da910bdce796c8eafb09fc85f382c5f7d6 (patch) | |
| tree | 00f92789104ec26ef7e43ad55086e840648cbed5 /xmake/modules/detect/tools/find_dumpbin.lua | |
| parent | 95f51bf95445d86e9cfddfb11b0d3897fc06cd15 (diff) | |
fix comments
Diffstat (limited to 'xmake/modules/detect/tools/find_dumpbin.lua')
| -rw-r--r-- | xmake/modules/detect/tools/find_dumpbin.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/detect/tools/find_dumpbin.lua b/xmake/modules/detect/tools/find_dumpbin.lua index 4520e84c1..de56d66de 100644 --- a/xmake/modules/detect/tools/find_dumpbin.lua +++ b/xmake/modules/detect/tools/find_dumpbin.lua @@ -22,7 +22,7 @@ import("lib.detect.find_program") import("lib.detect.find_programver") --- find cl +-- find dumpbin -- -- @param opt the argument options, e.g. {version = true} -- @@ -30,7 +30,7 @@ import("lib.detect.find_programver") -- -- @code -- --- local cl = find_dumpbin() +-- local dumpbin = find_dumpbin() -- -- @endcode -- |
