fix copy-paste bug
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 12 Jul 2020 08:25:12 +0000 (10:25 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 12 Jul 2020 08:25:12 +0000 (10:25 +0200)
src/main.rs

index 5c9b8ac936468a1e13d11d84824badc8d1e2e0ca..be7750d488f5b5665952781fb6339965585ee038 100644 (file)
@@ -760,7 +760,7 @@ fn main() {
                 if let Ok(val) = ret {
                     transcoder.end = val;
                 } else {
-                    println!("invalid start time");
+                    println!("invalid end time");
                     return;
                 }
             },