diff options
Diffstat (limited to 'src/options/options.c')
-rw-r--r-- | src/options/options.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/options/options.c b/src/options/options.c index 7ac35c7..cf2ae49 100644 --- a/src/options/options.c +++ b/src/options/options.c @@ -37,12 +37,6 @@ void print_help(char *program_name) enum outcomes_t parse_options(struct honey_options *options, int argc, char **argv) { - /* check if we even need to parse at all */ - if (argc == 1) { - print_help(argv[0]); - return EXIT_SUCCESS; - } - /* default values */ options->script_file = "main.lua"; |