From 5c90ccfd74d28d817fab50079f0233cd8a555d3a Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 29 Aug 2014 23:18:44 +0100 Subject: Clarify that multiple images can be deployed at once by `morph deploy` --- morphlib/plugins/deploy_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py index 61b8145e..b55478ad 100644 --- a/morphlib/plugins/deploy_plugin.py +++ b/morphlib/plugins/deploy_plugin.py @@ -43,7 +43,7 @@ class DeployPlugin(cliapp.Plugin): pass def deploy(self, args): - '''Deploy a built system image. + '''Deploy a built system image or a set of images. Command line arguments: -- cgit v1.2.1