summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-04 13:20:52 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-05 14:35:46 +0000
commit931704c25eab3268db847179c69103b9752c75ba (patch)
tree2cc768d77e8227281aaa16bd82621bc02fdfbdda
parent444f4e1ac597213355be73d32ab6c67b2e0c097c (diff)
downloaddefinitions-931704c25eab3268db847179c69103b9752c75ba.tar.gz
Improve docstring for "morph unpetrify"
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index d2c15c2d..f836bce9 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -1082,7 +1082,11 @@ class BranchAndMergePlugin(cliapp.Plugin):
branch, os.environ, None, True)
def unpetrify(self, args):
- '''Reverse the process of petrification'''
+ '''Reverse the process of petrification.
+
+ This undoes the changes `morph petrify` did.
+
+ '''
# This function makes no attempt to 'unedit' strata that were branched
# solely so they could be petrified.