# HG changeset patch # User Sylvain Thénault # Date 1478688363 -3600 # Node ID ab8f652a9c99ef42434a288ebfa6acbddeec7dfe # Parent 8a04a2cb5ba498037349308e714f51fa61046040 [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. diff -r 8a04a2cb5ba4 -r ab8f652a9c99 cubicweb/pyramid/pyramidctl.py --- 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',