Skip to content

Commit de7ab15

Browse files
committed
[FIX] developer/reference/cli: --dev=all is a lie
--dev=all actually means --dev=xml,qweb,reload
1 parent a16b6bd commit de7ab15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/developer/reference/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Developer features
419419
comma-separated list of features. For development purposes only. Do not use it in production.
420420
Possible features are:
421421

422-
* ``all``: all the features below are activated
422+
* ``all``: alias for xml,reload,qweb
423423

424424
* ``xml``: read QWeb template from xml file directly instead of database.
425425
Once a template has been modified in database, it will be not be read from

0 commit comments

Comments
 (0)