From aa5110004b1829c352a3b90581b9393a570eb9ac Mon Sep 17 00:00:00 2001 From: Tangent Date: Sat, 13 Jan 2024 16:37:46 -0700 Subject: [PATCH] minor text corrections --- reformat.lua | 5 +++-- video-dl.lua | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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