diff --git a/reformat.lua b/reformat.lua index 17e63fa..180cc56 100644 --- a/reformat.lua +++ b/reformat.lua @@ -2,9 +2,10 @@ local helptext = [[Usage: - reformat.lua title author + reformat.lua <author> -PowerShell: Quotes will be turned into a single argument. Backslashes don't escape spaces. +PowerShell: Quotes will be turned into a single argument. Backslashes don't + escape spaces. ]] local title, author diff --git a/video-dl.lua b/video-dl.lua index a33b7e3..71d8e77 100644 --- a/video-dl.lua +++ b/video-dl.lua @@ -17,7 +17,7 @@ local helptext = [[Usage: ]] if os.execute("where yt-dlp") ~= 0 then - error("yt-dlp must be installed and in the path (accessible to CMD.exe)") + error("yt-dlp must be installed and in the path") end local action, url