minor text corrections

This commit is contained in:
Tangent / Rose / Nebula Rosa 2024-01-13 16:37:46 -07:00
parent 674afd81a2
commit aa5110004b
2 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,10 @@
local helptext = [[Usage:
reformat.lua title author
reformat.lua <title> <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

View File

@ -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