From 883c12ba3457c848b1265fe9facbaefa237ed63c Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 28 Nov 2014 12:46:30 -0500 Subject: [PATCH] cmd: run: introduce a helpful description about IMAGE --- cmd/run.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/run.go b/cmd/run.go index 1555b43..2b468bd 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -23,6 +23,8 @@ var ( Name: "run", Summary: "Run image(s) in an application container in rocket", Usage: "[--volume LABEL:SOURCE] IMAGE...", + Description: `IMAGE should be a string referencing an image; either a hash, local file on disk, or URL. +They will be checked in that order and the first match will be used.`, Run: runRun, } )