aboutsummaryrefslogtreecommitdiffstats
path: root/src/actionparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/actionparser.c')
-rw-r--r--src/actionparser.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/actionparser.c b/src/actionparser.c
index 266f771..25c7c19 100644
--- a/src/actionparser.c
+++ b/src/actionparser.c
@@ -389,10 +389,10 @@ int parse_action(int argc, char* argv[], UserOpt *opt) {
/* If the remaining arguments are < 2
* print help and exit */
- if (optNum - pos < 2) {
- print_parser_help();
- return -1;
- }
+ /* if (optNum - pos < 2) { */
+ /* print_parser_help(); */
+ /* return -1; */
+ /* } */
/* find the action */
determine_action(opt);