Index: mppenc/branches/zorg/src/mppenc.c
===================================================================
--- mppenc/branches/zorg/src/mppenc.c	(revision 55)
+++ mppenc/branches/zorg/src/mppenc.c	(revision 56)
@@ -44,5 +44,5 @@
 int           APE_Version     = 2000;
 int           LowDelay        = 0;
-Bool_t        EnableTags      = 1;
+Bool_t        EnableTags      = FALSE;
 
 #define MODE_OVERWRITE          0
@@ -221,5 +221,5 @@
              "                   abstract, bibliography, introplay, media, language, ...\n"
              "  --unicode        unicode input from console\n"
-             "  --notags         disable tags\n"
+             "  --writetags      enable tags\n"
              "\n" );
 
@@ -1190,6 +1190,6 @@
             NoUnicode = 0;
         }
-        else if ( 0 == strcmp ( arg, "notags") ) {
-            EnableTags = 0;
+        else if ( 0 == strcmp ( arg, "writetags") ) {
+            EnableTags = TRUE;
         }
         else if ( 0 == strcmp ( arg, "lowdelay") ) {
