server/serverctl.py
changeset 8984 0f2fad7a92d4
parent 8924 8666438778c7
child 9002 f98d1c46ed9f
--- a/server/serverctl.py	Wed May 15 14:42:50 2013 +0200
+++ b/server/serverctl.py	Thu May 23 18:57:25 2013 +0200
@@ -1066,10 +1066,12 @@
                 print key, ':', val
 
 class SchemaDiffCommand(Command):
-    """ generate a diff between schema and fsschema description
+    """Generate a diff between schema and fsschema description.
+
     <instance>
-      the name of a diff tool to compare the two generated file
+      the identifier of the instance
     <diff-tool>
+      the name of the diff tool to compare the two generated files.
     """
     name = 'schema-diff'
     arguments = '<instance> <diff-tool>'