Skip to content

Commit

Permalink
Update deleteJS.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
npocmaka authored Jul 19, 2023
1 parent 12a6958 commit 08727d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybrids/jscript/deleteJS.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FSOObj = new ActiveXObject("Scripting.FileSystemObject");
var ARGS = WScript.Arguments;
if (ARGS.Length < 1 ) {
WScript.Echo("No file passed");
WScript.Echo("Puts file or folder in recycle bin.");
WScript.Echo("Puts file or folder in the recycle bin.");
WScript.Echo(WScript.ScriptName + " file|folder");
WScript.Quit(1);
}
Expand Down

0 comments on commit 08727d7

Please sign in to comment.