Skip to content

Commit 304968e

Browse files
committed
控制台theme指令说明添加edm选项
1 parent b8661ee commit 304968e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parts/scenes/app_console.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,14 +522,14 @@ local commands={} do
522522
end
523523
end
524524
else
525-
log{C.A,"Usage: theme <xmas|halloween|sprfes|zday1/2/3|season1/2/3/4|fool|birth>"}
525+
log{C.A,"Usage: theme <xmas|halloween|sprfes|zday1/2/3|season1/2/3/4|fool|birth|edm>"}
526526
end
527527
end,
528528
description="Load theme",
529529
details={
530530
"Load a theme.",
531531
"",
532-
"Usage: theme <xmas|sprfes|zday1/2/3|season1/2/3/4|fool|birth>",
532+
"Usage: theme <xmas|sprfes|zday1/2/3|season1/2/3/4|fool|birth|edm>",
533533
},
534534
}
535535
commands.test={

0 commit comments

Comments
 (0)