Index: mttroot/mtt/bin/trans/examples_txt2tk ================================================================== --- mttroot/mtt/bin/trans/examples_txt2tk +++ mttroot/mtt/bin/trans/examples_txt2tk @@ -37,9 +37,9 @@ oldN=N OLDPATH=PATH oldcategory=category split($2,EXAMPLE,"_"); example = EXAMPLE[1]; - printf(" set mtt \"xmtt -example %s\" \n", example); + printf(" set mtt \"xmtt --example %s\" \n", example); printf("%s add command -label %s -command \" exec $mtt &\"\n", menu, example); } }'