Skip to content

Commit 08727d7

Browse files
authored
Update deleteJS.bat
1 parent 12a6958 commit 08727d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hybrids/jscript/deleteJS.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FSOObj = new ActiveXObject("Scripting.FileSystemObject");
1313
var ARGS = WScript.Arguments;
1414
if (ARGS.Length < 1 ) {
1515
WScript.Echo("No file passed");
16-
WScript.Echo("Puts file or folder in recycle bin.");
16+
WScript.Echo("Puts file or folder in the recycle bin.");
1717
WScript.Echo(WScript.ScriptName + " file|folder");
1818
WScript.Quit(1);
1919
}

0 commit comments

Comments
 (0)