From: Jean Privat Date: Thu, 26 Feb 2015 13:56:29 +0000 (+0700) Subject: man: document --log and --log-dir X-Git-Tag: v0.7.2~1^2~1 X-Git-Url: http://nitlanguage.org man: document --log and --log-dir Signed-off-by: Jean Privat --- diff --git a/share/man/nitc.md b/share/man/nitc.md index 75da7c8..5daafeb 100644 --- a/share/man/nitc.md +++ b/share/man/nitc.md @@ -115,11 +115,14 @@ See the documentation of these specific modules for details. `--log` : Generate various log files. - Currently unused. + + The tool will generate some files in the logging directory (see `--log-dir`). + These files are intended to the advanced user and the developers of the tools. `--log-dir` : Directory where to generate log files. - Currently unused. + + By default the directory is called `logs` in the working directory. `-h`, `-?`, `--help`