fix comment

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

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;
},