fix comment

This commit is contained in:
Marcel Märtens 2020-09-07 17:45:00 +02:00
parent def983bb9d
commit a50757b88b

View File

@ -127,7 +127,7 @@ impl Tui {
break;
},
Ok(0) => {
//Docker seem to send EOL all the time
//Docker seem to send EOF all the time
warn!("EOF received, cli commands are disabled now!");
break;
},