devtools/devctl.py
changeset 10217 75cd7df5c32e
parent 9543 39f981482e34
child 10229 512ba8f37bd4
--- a/devtools/devctl.py	Tue Jan 27 10:20:15 2015 +0100
+++ b/devtools/devctl.py	Thu Mar 05 11:40:56 2015 +0100
@@ -167,6 +167,7 @@
             if not eschema.final:
                 add_msg(w, 'This %s' % etype)
                 add_msg(w, 'New %s' % etype)
+                add_msg(w, 'add a %s' % etype) # AddNewAction
             if eschema.description and not eschema.description in done:
                 done.add(eschema.description)
                 add_msg(w, eschema.description)