]> git.mdlowis.com Git - proto/sclpl.git/commitdiff
Added an option for enabling verbose status messages
authorMichael D. Lowis <mike@mdlowis.com>
Fri, 24 Oct 2014 20:43:16 +0000 (16:43 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Fri, 24 Oct 2014 20:43:16 +0000 (16:43 -0400)
source/sclpl/main.c

index 930d7933690a2ee80a3709e2ce8ed1352a10c41c..17b36066a53e74c067de263765c0d20fda37afc7 100644 (file)
@@ -23,9 +23,8 @@ opts_cfg_t Options_Config[] = {
     {"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 }
 };