cmd: run: introduce a helpful description about IMAGE

This commit is contained in:
Brandon Philips
2014-11-28 13:00:01 -05:00
parent 44912ffdb3
commit 883c12ba34
+2
View File
@@ -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,
}
)