Skip to content

Commit 6c1ac8d

Browse files
committed
ID-56: amend documentation
1 parent edeccc5 commit 6c1ac8d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/manual/_config-tool.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Options:
5959
-b DIRECTORY, --base-dir=DIRECTORY
6060
Base directory for certificate files [multiple]
6161
--secrets-file=FILEPATH
62-
Path of JSON file containing confidential propertiers
62+
Path of JSON file containing confidential properties
6363
[optional]
6464
--secrets-key=FILEPATH
6565
Path to key file to decrypt confidential properties [optional]
@@ -91,6 +91,9 @@ Multiple files are supported by specifying the parameter multiple times.
9191

9292
If a property occurs in multiple files the value from the last file is used.
9393

94+
Specify a single dash '-' as filename to read properties from `stdin`.
95+
The input must be a flat key/value JSON document (e.g., `{"p1": "v1", "p2": "v2"}`).
96+
9497
|--cert
9598
|An optional JSON file containing the certificate configuration.
9699

0 commit comments

Comments
 (0)