about summary refs log tree commit diff stats
path: root/translate_mu_debug
diff options
context:
space:
mode:
Diffstat (limited to 'translate_mu_debug')
-rwxr-xr-xtranslate_mu_debug5
1 files changed, 4 insertions, 1 deletions
diff --git a/translate_mu_debug b/translate_mu_debug
index b6176a82..8bee3906 100755
--- a/translate_mu_debug
+++ b/translate_mu_debug
@@ -1,5 +1,8 @@
 #!/bin/sh
-# Translate Mu programs with debug information on Linux.
+# Translate given Mu files with debug information on Linux.
+#
+# (You _could_ do something similar on other platforms using emulation. But I
+# often find that to be too slow.)
 
 set -e