server/serverctl.py
branchstable
changeset 7036 63386b35ec69
parent 7030 d48c6b0158b9
child 7040 9b1f9bc74f5d
child 7056 51f88f13d6f3
--- a/server/serverctl.py	Thu Mar 03 16:05:34 2011 +0100
+++ b/server/serverctl.py	Thu Mar 03 16:05:57 2011 +0100
@@ -849,9 +849,12 @@
     options = (
         ('checks',
          {'short': 'c', 'type' : 'csv', 'metavar' : '<check list>',
-          'default' : ('entities', 'relations', 'metadata', 'schema', 'text_index'),
+          'default' : ('entities', 'relations',
+                       'mandatory_relations', 'mandatory_attributes',
+                       'metadata', 'schema', 'text_index'),
           'help': 'Comma separated list of check to run. By default run all \
-checks, i.e. entities, relations, text_index and metadata.'}
+checks, i.e. entities, relations, mandatory_relations, mandatory_attributes, \
+metadata, text_index and schema.'}
          ),
 
         ('autofix',