fix copy-paste bug
[nihav-encoder.git] / 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;
                 }
             },