Update CLI help

This commit is contained in:
Tim Visée
2017-12-31 20:25:31 +01:00
parent 4776ca83b4
commit 316fb11b4c
6 changed files with 40 additions and 27 deletions

View File

@@ -57,10 +57,10 @@ impl Painter {
// Define the color
let color = Color::from(
channels[0],
channels[1],
channels[2],
);
channels[0],
channels[1],
channels[2],
);
// Set the pixel
self.client.write_pixel(