mirror of
https://github.com/TangentFoxy/.lua-files.git
synced 2024-11-20 21:34:23 +00:00
minor text corrections
This commit is contained in:
parent
674afd81a2
commit
aa5110004b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user