summaryrefslogtreecommitdiff
path: root/xmake/plugins/macro/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/macro/xmake.lua')
-rw-r--r--xmake/plugins/macro/xmake.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/plugins/macro/xmake.lua b/xmake/plugins/macro/xmake.lua
index 7c6a9e1a3..40a9ef3b7 100644
--- a/xmake/plugins/macro/xmake.lua
+++ b/xmake/plugins/macro/xmake.lua
@@ -42,7 +42,7 @@ task("macro")
, options =
{
{'b', "begin", "k", nil, "Start to record macro."
- , ".e.g"
+ , "e.g."
, "Record macro with name: test"
, " xmake macro --begin"
, " xmake config --plat=macosx"
@@ -58,16 +58,16 @@ task("macro")
, {'c', "clear", "k", nil, "Clear the all macros." }
, {}
, {nil, "import", "kv", nil, "Import the given macro file or directory."
- , ".e.g"
+ , "e.g."
, " xmake macro --import=/xxx/macro.lua test"
, " xmake macro --import=/xxx/macrodir" }
, {nil, "export", "kv", nil, "Export the given macro to file or directory."
- , ".e.g"
+ , "e.g."
, " xmake macro --export=/xxx/macro.lua test"
, " xmake macro --export=/xxx/macrodir" }
, {}
, {nil, "name", "v", ".", "Set the macro name."
- , ".e.g"
+ , "e.g."
, " Run the given macro: xmake macro test"
, " Run the anonymous macro: xmake macro ."
, " Run the last command: xmake macro .." }