Skip to content

Commit 1bcd40b

Browse files
committed
🐞 fix(tasks): fix help
1 parent 7b4f8f4 commit 1bcd40b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/scripts/tasks.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
--
1313
-- Copyright (C) 2023-2023 RT-Thread Development Team
1414
--
15-
-- @author xqyjlj
15+
-- @author xqyjlj
1616
-- @file tasks.lua
1717
--
1818
-- Change Logs:
@@ -27,7 +27,7 @@ do
2727
on_run("tasks/smart-image/on_run")
2828
set_category("plugin")
2929
set_menu {
30-
usage = "xmake rsmartt-image [options]",
30+
usage = "xmake smart-image [options]",
3131
description = "make image",
3232
options = {
3333
{"f", "format", "kv", "ext4", "image format",

0 commit comments

Comments
 (0)