Remove obsolete comment

tini -h does exit with 0 via `parse_fail_exitcode_ptr`.
This commit is contained in:
Thomas Orozco 2016-08-10 08:52:20 +02:00
parent be71d120e7
commit 203835d2a6
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ int parse_args(const int argc, char* const argv[], char* (**child_args_ptr_ptr)[
while ((c = getopt(argc, argv, OPT_STRING)) != -1) {
switch (c) {
case 'h':
/* TODO - Shouldn't cause exit with -1 ..*/
print_usage(name, stdout);
*parse_fail_exitcode_ptr = 0;
return 1;