Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--agent/tcf/main/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/tcf/main/main.c b/agent/tcf/main/main.c
index 6e805f04..ec363f75 100644
--- a/agent/tcf/main/main.c
+++ b/agent/tcf/main/main.c
@@ -221,6 +221,10 @@ int main(int argc, char ** argv) {
print_server_properties = 1;
break;
+ case 'h':
+ show_help();
+ exit(0);
+
case 'I':
case 'l':
case 'L':

Back to the top