exit hydra-eval-jobs after printing help
This commit is contained in:
parent
b48e9667dc
commit
f00607a7c6
|
@ -48,6 +48,7 @@ struct MyArgs : MixEvalArgs, MixCommonArgs
|
|||
}
|
||||
printf(" --%-20s %s\n", name.c_str(), flag->description.c_str());
|
||||
}
|
||||
::exit(0);
|
||||
}},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue