]> wagnertech.de Git - mDoc.git/blobdiff - python/mDoc/mdoc.py
antix19
[mDoc.git] / python / mDoc / mdoc.py
index 5c4fd5f2947a8605a54bd90afd0fdc721c6c2b60..bf66a57981a1634f367d634dfd736f85d0b45dd7 100755 (executable)
@@ -14,7 +14,7 @@ def command_dispatch(args):
     
     # check runtime parameters
     if len(args) < 2:
-        raise RuntimeError("xets needs 2 arguments.")
+        raise RuntimeError("mdoc needs 2 arguments.")
     
     file = args[0]
     format = args[1]