From 203835d2a63aee5fb0891142a0604f2bb0593497 Mon Sep 17 00:00:00 2001 From: Thomas Orozco Date: Wed, 10 Aug 2016 08:52:20 +0200 Subject: [PATCH] Remove obsolete comment tini -h does exit with 0 via `parse_fail_exitcode_ptr`. --- src/tini.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tini.c b/src/tini.c index ce3e5ba..765b8bf 100644 --- a/src/tini.c +++ b/src/tini.c @@ -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;