diff --git a/src/sg_turs.c b/src/sg_turs.c index b68f1a4..c5ea723 100644 --- a/src/sg_turs.c +++ b/src/sg_turs.c @@ -251,7 +251,7 @@ old_parse_cmd_line(struct opts_t * op, int argc, char * argv[]) op->version_given = true; break; case '?': - usage_old(); + ++op->do_help; return 0; default: jmp_out = true;