aboutsummaryrefslogtreecommitdiff
path: root/tclcompat.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tclcompat.tcl')
-rw-r--r--tclcompat.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tclcompat.tcl b/tclcompat.tcl
index 430af80..8e5b128 100644
--- a/tclcompat.tcl
+++ b/tclcompat.tcl
@@ -2,7 +2,7 @@
#
# Loads some Tcl-compatible features.
# I/O commands, case, lassign, parray, errorInfo, ::tcl_platform, ::env
-# try, throw, file copy, info nameofexecutable
+# try, throw, file copy, file delete -force
# Set up the ::env array
set env [env]