summaryrefslogtreecommitdiff
path: root/morphlib/plugins/deploy_plugin.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-04-04 14:08:48 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-04-04 14:08:48 +0100
commit6321607144b079246edc6e82e62b3865dae83928 (patch)
treee55211825c740a9e574f89cd26b982460cd04aba /morphlib/plugins/deploy_plugin.py
parent132a19ad442e0ad9814c1fcdfe410190d5492fcd (diff)
parent139f7d179cd92de73f6bff10faf73ad40a827f01 (diff)
downloadmorph-6321607144b079246edc6e82e62b3865dae83928.tar.gz
Merge remote-tracking branch 'remotes/origin/baserock/richardholland/expand-morph-deploy-help'
Reformatted the text a bit.
Diffstat (limited to 'morphlib/plugins/deploy_plugin.py')
-rw-r--r--morphlib/plugins/deploy_plugin.py14
1 files changed, 13 insertions, 1 deletions
diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py
index 90f9a818..20f058e3 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -47,7 +47,19 @@ class DeployPlugin(cliapp.Plugin):
pass
def deploy(self, args):
- '''Deploy a built system image.'''
+ '''Deploy a built system image.
+
+ Command requires a minimum of three arguments:
+
+ morph deploy TYPE SYSTEM LOCATION
+
+ where
+
+ * TYPE is type of deployment
+ * SYSTEM is name of the system morphology to deploy
+ * LOCATION is the destination of the deployed system
+
+ '''
if len(args) < 3:
raise cliapp.AppException(