From ee8a9419227d551f9c1917dec843d3c4dd526a66 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 03 Apr 2018 11:02:39 +0000
Subject: [PATCH] Minor fix

---
 src/detector.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/detector.c b/src/detector.c
index a6a5a5d..45d3b22 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -1146,4 +1146,5 @@
         demo(cfg, weights, thresh, hier_thresh, cam_index, filename, names, classes, frame_skip, prefix, out_filename,
 			http_stream_port, dont_show);
     }
+	else printf(" There isn't such command: %s", argv[2]);
 }

--
Gitblit v1.10.0