diff options
Diffstat (limited to 'docs/afb-daemon-options.md')
-rw-r--r-- | docs/afb-daemon-options.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/afb-daemon-options.md b/docs/afb-daemon-options.md index 020991ec..0588fef2 100644 --- a/docs/afb-daemon-options.md +++ b/docs/afb-daemon-options.md @@ -4,6 +4,7 @@ The launch options for binder **afb-daemon** are: ``` -v, --verbose Verbose Mode, repeat to increase verbosity + -c, --color Colorize the ouput -q, --quiet Quiet Mode, repeat to decrease verbosity -l, --log=xxxx Tune log level --foreground Get all in foreground mode @@ -40,7 +41,7 @@ The launch options for binder **afb-daemon** are: --traceglob=xxxx Log the globals: none, all --traceditf=xxxx Log the daemons: no, common, all --tracesvc=xxxx Log the services: no, all - -c, --call=xxxx call at start format of val: API/VERB:json-args + --call=xxxx call at start format of val: API/VERB:json-args --no-httpd Forbid HTTP service -e, --exec Execute the remaining arguments -M, --monitoring Enable HTTP monitoring at <ROOT>/monitoring/ @@ -62,6 +63,10 @@ Display version and copyright Increases the verbosity, can be repeated +## color + +Add basic colorization to the ouput. + ## quiet Decreases the verbosity, can be repeated |