[pyramid] Add action verb used in some messages displayed by the command
For instance we'll see 'instance started' instead of 'instance None', which is
nicer.
--- a/cubicweb/pyramid/pyramidctl.py Wed Nov 09 11:45:19 2016 +0100
+++ b/cubicweb/pyramid/pyramidctl.py Wed Nov 09 11:46:03 2016 +0100
@@ -39,6 +39,7 @@
identifier of the instance to configure.
"""
name = 'pyramid'
+ actionverb = 'started'
options = (
('no-daemon',