From: Kostya Shishkov <kostya.shishkov@gmail.com>
Date: Sun, 12 Jul 2020 08:25:12 +0000 (+0200)
Subject: fix copy-paste bug
X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=b0c515482775336c9646a71552e0ee6ea657fa9e;p=nihav-encoder.git

fix copy-paste bug
---

diff --git a/src/main.rs b/src/main.rs
index 5c9b8ac..be7750d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -760,7 +760,7 @@ fn main() {
                 if let Ok(val) = ret {
                     transcoder.end = val;
                 } else {
-                    println!("invalid start time");
+                    println!("invalid end time");
                     return;
                 }
             },