summaryrefslogtreecommitdiffstats
path: root/examples/stats.rs
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-12-24 13:45:42 +0900
committersoftprops <d.tangren@gmail.com>2018-12-24 13:45:42 +0900
commitfcc4f7b9c648290887d90c5d8fe91b70e594870d (patch)
tree714f0a2406dea7372a5b3bfda8227fe03e20125e /examples/stats.rs
parent7d5672fbe1089ef5b02375f7f3f77fe5257e4ec5 (diff)
maint details
Diffstat (limited to 'examples/stats.rs')
-rw-r--r--examples/stats.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stats.rs b/examples/stats.rs
index 5e03f20..9e14cf4 100644
--- a/examples/stats.rs
+++ b/examples/stats.rs
@@ -1,3 +1,4 @@
+// cargo run --example stats -- <container>
use shiplift::Docker;
use std::env;
use tokio::prelude::{Future, Stream};