diff options
| author | ruki <[email protected]> | 2021-08-27 07:40:26 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-27 07:40:26 +0800 |
| commit | 2f8a54e11600d3384125ac495d6f1a8a971556a0 (patch) | |
| tree | 660dfd0b17222078cf0623ce64148d9fe8682a44 | |
| parent | a8d6c5c9b459ebb1b203df6ea2bd38e3a29b1c85 (diff) | |
Update env.lua
| -rw-r--r-- | xmake/modules/private/xrepo/action/env.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/xrepo/action/env.lua b/xmake/modules/private/xrepo/action/env.lua index 91d9317ed..e092c6944 100644 --- a/xmake/modules/private/xrepo/action/env.lua +++ b/xmake/modules/private/xrepo/action/env.lua @@ -70,7 +70,7 @@ function menu_options() local function show_options() -- show usage - cprint("${bright}Usage: $${clear cyan}xrepo env [options] [packages] [program] [arguments]") + cprint("${bright}Usage: $${clear cyan}xrepo env [options] [program] [arguments]") -- show description print("") |
