{"staticlib", false, "mode", "Compile the application as a static library"},
{"sharedlib", false, "mode", "Compile the application as a shared library"},
{"program", false, "mode", "Compile the application as an executable"},
- {"entry", true, "entry", "Specify the module that contains the entry point for the executable"},
- {"e", true, "entry", "Specify the module that contains the entry point for the executable"},
- {"R", true, "include", "Add a path to the list of require paths"},
+ {"verbose", false, "verbose", "Enable verbose status messages"},
+ {"v", false, "verbose", "Enable verbose status messages"},
{NULL, false, NULL, NULL }
};