coova-chilli: Fix debug flag config example and synchronize bool options

debug is boolean option/flag so setting it to 9 doesn't work, while at
it I've synchronized boolean options from source code and sorted it
alphabeticaly with following command:

  grep flag src/cmdline.ggo | cut -d \" -f2 | sort | tr '\n' '|'

Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
Petr Štetiar
2019-03-18 16:11:29 +01:00
parent 9d3a1a2a63
commit dd39acba55
3 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ config chilli
#option fg
# Include this flag to include debug information.
#option debug 9
#option debug 1
# Re-read configuration file at this interval. Will also cause new domain
# name lookups to be performed. Value is given in seconds.