diff --git a/data/computercraft/lua/rom/programs/imageview.lua b/data/computercraft/lua/rom/programs/imageview.lua index 552f965..c237ced 100644 --- a/data/computercraft/lua/rom/programs/imageview.lua +++ b/data/computercraft/lua/rom/programs/imageview.lua @@ -10,9 +10,10 @@ local function printHelp() print("Usage: imageview ") print("Options:") print(" --help, -h Show this help message") - print(" + print([[ Displays an image from the specified URL. -Press ESC to exit back to shell.") +Press ESC to exit back to shell. +]]) end -- 下载图片函数