diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ofonod.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ofonod.8 b/doc/ofonod.8 index 474d7fb3..7bb908cb 100644 --- a/doc/ofonod.8 +++ b/doc/ofonod.8 @@ -18,7 +18,10 @@ is used to manage \fID-Bus\fP permissions for oFono. .SH OPTIONS .TP .B --debug, -d -Enable debug information output. +Enable debug information output. Note multiple arguments to -d can be +specified, colon, comma or space separated. The arguments are relative +source code filenames for which debugging output should be enabled; +output shell-style globs are accepted (e.g.: "plugins/*:src/main.c"). .TP .B --nodetach, -n Don't run as daemon in background. |