summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauren Perry <lauren.perry@codethink.co.uk>2015-04-21 20:45:35 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-04-27 11:30:30 +0000
commit1fd7d6412418034002e816b0c01d06c358b5a0a6 (patch)
tree5cbdfb5abb63dd6182145ad54d92a7688f5cfbad
parente62366ed8a32a44dbe034e8d43450338b1b66e12 (diff)
downloadmorph-1fd7d6412418034002e816b0c01d06c358b5a0a6.tar.gz
morphlib: Add example use to morph certify and fix spelling error
Change-Id: I3c4b4f687703ab665841a3527044d0f669135513
-rw-r--r--morphlib/plugins/certify_plugin.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/morphlib/plugins/certify_plugin.py b/morphlib/plugins/certify_plugin.py
index 10fc19ad..a44c4e53 100644
--- a/morphlib/plugins/certify_plugin.py
+++ b/morphlib/plugins/certify_plugin.py
@@ -33,7 +33,7 @@ class CertifyPlugin(cliapp.Plugin):
pass
def certify(self, args):
- '''Certify that any given system definition is reproducable.
+ '''Certify that any given system definition is reproducible.
Command line arguments:
@@ -41,6 +41,11 @@ class CertifyPlugin(cliapp.Plugin):
* `REF` is a branch or other commit reference in that repository.
* `MORPH` is a system morphology name at that ref.
+ Example:
+
+ morph certify baserock:baserock/definitions master \
+ systems/devel-system-x86_64-generic.morph
+
'''
if len(args) < 3: