From 3cf5922776e86eef280ca0e5d1338e2e4e5ff5d1 Mon Sep 17 00:00:00 2001 From: Salah MEHARGA Date: Sat, 22 Aug 2015 23:38:12 +0200 Subject: [PATCH] fixing typo and removing duplicated lines Fixing command `config:dump` name, and removing duplicated lines --- components/config/definition.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/config/definition.rst b/components/config/definition.rst index b13be69b8b1..fdcf843ee25 100644 --- a/components/config/definition.rst +++ b/components/config/definition.rst @@ -102,8 +102,6 @@ node definition. Node types are available for: * scalar (generic type that includes booleans, strings, integers, floats and ``null``) * boolean -* scalar -* boolean * integer (new in 2.2) * float (new in 2.2) * enum (new in 2.1) (similar to scalar, but it only allows a finite set @@ -304,7 +302,7 @@ All options can be documented using the method. The info will be printed as a comment when dumping the configuration tree -with the ``config:dump`` command. +with the ``config:dump-reference`` command. Optional Sections -----------------