Update command-line-interface.md

This commit is contained in:
rmcrackan
2026-03-07 15:27:09 -05:00
committed by GitHub
parent 1e8358eeeb
commit 64c5807daa

View File

@@ -159,6 +159,8 @@ To change (and override) the replacment characters, the code snippet below can
be defined in the `Settings.json`. The example below contains the `HiFi_NTFS`
replacements that allow for high fidelity filenames when targeting an NTFS file
system.
::: details Examples NTFS ReplacementCharacters
```json
"ReplacementCharacters": {
"Replacement": [
@@ -225,3 +227,4 @@ system.
]
}
```
:::