diff --git a/src/run.rs b/src/run.rs
index 85a386f..1f6123a 100644
--- a/src/run.rs
+++ b/src/run.rs
@@ -31,8 +31,8 @@ impl ToString for FlagReason{
 
 #[derive(Debug)]
 pub enum Error{
-	AlreadyStarted,
 	NotStarted,
+	AlreadyStarted,
 	AlreadyFinished,
 }
 impl std::fmt::Display for Error{