diff --git a/Source/tokens.cpp b/Source/tokens.cpp index 1508003c..3b6b3a17 100644 --- a/Source/tokens.cpp +++ b/Source/tokens.cpp @@ -202,7 +202,7 @@ static tokenType tokenlist[TOK__LAST] = {TOK_GETCURRENTADDR,"GetCurrentAddress",1,0,"output"}, {TOK_PLUGINDIR,"PluginDir",1,0,"new_plugin_directory"}, -{TOK_INITPLUGINDIR,"InitPluginDir",0,0,""} +{TOK_INITPLUGINDIR,"InitPluginsDir",0,0,""} }; void CEXEBuild::print_help(char *commandname)