We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a6958 commit 08727d7Copy full SHA for 08727d7
1 file changed
hybrids/jscript/deleteJS.bat
@@ -13,7 +13,7 @@ FSOObj = new ActiveXObject("Scripting.FileSystemObject");
13
var ARGS = WScript.Arguments;
14
if (ARGS.Length < 1 ) {
15
WScript.Echo("No file passed");
16
- WScript.Echo("Puts file or folder in recycle bin.");
+ WScript.Echo("Puts file or folder in the recycle bin.");
17
WScript.Echo(WScript.ScriptName + " file|folder");
18
WScript.Quit(1);
19
}
0 commit comments