summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/musixtex/Windows/musixflx.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/musixtex/Windows/musixflx.bat')
-rwxr-xr-xMaster/texmf-dist/scripts/musixtex/Windows/musixflx.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/musixtex/Windows/musixflx.bat b/Master/texmf-dist/scripts/musixtex/Windows/musixflx.bat
index d24a84b1cc7..684441ebb3d 100755
--- a/Master/texmf-dist/scripts/musixtex/Windows/musixflx.bat
+++ b/Master/texmf-dist/scripts/musixtex/Windows/musixflx.bat
@@ -1,5 +1,6 @@
:: wrapper script to call musixflx.lua
-:: Usage: musixflx basename[.mx1 | .tex]
+:: Usage: musixflx basename[.mx1 | .tex] [debug mode]
+:: Suggested by Tomasz Luczak (Tomek) t34www@googlemail.com
@for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %*
:end