diff options
-rw-r--r-- | docs/markdown/Release-notes-for-0.49.0.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/markdown/Release-notes-for-0.49.0.md b/docs/markdown/Release-notes-for-0.49.0.md index 9b0dfaa..4ed4be2 100644 --- a/docs/markdown/Release-notes-for-0.49.0.md +++ b/docs/markdown/Release-notes-for-0.49.0.md @@ -172,8 +172,9 @@ compression preferences. ## Native config files -Native files are the counterpart to cross files, and allow specifying -information about the build machine, both when cross compiling and when not. +Native files (`--native-file`) are the counterpart to cross files (`--cross-file`), +and allow specifying information about the build machine, both when cross compiling +and when not. Currently the native files only allow specifying the names of binaries, similar to the cross file, for example: |