Skip to content

Commit

Permalink
improves -include documentation
Browse files Browse the repository at this point in the history
The part with the ~ was a bit confusing

Signed-off-by: Juergen Albert <[email protected]>

Signed-off-by: Jürgen Albert <[email protected]>
  • Loading branch information
juergen-albert authored Jun 19, 2024
1 parent 35d63c0 commit dd33371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_instructions/include.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ There are two possible options. The path/URL starts with a:
# Read several
-include first.bnd, second.properties

# Don't overwrite any existing properties
# Don't overwrite any existing properties (my.prop, will not be overwritten by my.prop in no.overwrite)
my.prop = don't overwrite
-include ~no.overwrite

0 comments on commit dd33371

Please sign in to comment.