--- a/ArgAccess.mod.m2cc
+++ b/ArgAccess.mod.m2cc
@@ -3,6 +3,7 @@
   (*========================================================================*)
   (* WICHTIG: BITTE NUR DIE DATEI ArgAccess.mod.m2cc EDITIEREN !!!          *)
   (*========================================================================*)
+  (* Zugriff auf Komanndozeilenargumente und die Programmumgebung           *)
   (* Access to command line arguments programm environment                  *)
   (*                                                                        *)
   (* Es sind 2 Versionen enthalten die mit                                  *)
@@ -14,6 +15,8 @@
   (*   XDS   : Parameter werden fuer den XDS Modula-2 Compilter gesetzt     *)
   (*   GM2   : Parameter werden fuer den GNU Modula-2 Compilter gesetzt     *)
   (*                                                                        *)
+  (* There are two version contained, one for XDS and one for GNU M2.       *)
+  (* They can be generated by the command line shown above                  *)
 #ifdef __XDS__
   (* Version fuer XDS Modula-2                                              *)
 #endif