diff options
author | Peter Powell <petpow@saberuk.com> | 2019-07-05 10:08:41 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-07-05 10:09:06 +0100 |
commit | 021fe61d8589db751d32a50db650e1ea9177984c (patch) | |
tree | f3c9844d5febcfd71c0af91e1eb3b4ebbc20c5a8 /make/configure.pm | |
parent | 4681faacb542f75cf3ceba6924e3e936a809e01e (diff) |
Document the --example-dir option.
Diffstat (limited to 'make/configure.pm')
-rw-r--r-- | make/configure.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm index 1a21284cb..0a7ea566a 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -132,6 +132,9 @@ PATH OPTIONS --data-dir=[dir] The location where the data files, such as the pid file, are stored. [$PWD/run/data] + --example-dir=[dir] The location where the example configuration files + and SQL schemas are stored. + [$PWD/run/conf/examples] --log-dir=[dir] The location where the log files are stored. [$PWD/run/logs] --manual-dir=[dir] The location where the manual files are stored. |