diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 09:00:00 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 10:29:52 +0200 |
commit | b127c86625b5b6751d47e21f431bc7f748ac8ded (patch) | |
tree | 9c626610dd5fc336e2acbf3e52d38be367ed88b1 /rules/patch | |
parent | 93b7d610816eafacdab398f548afd2b107c32804 (diff) | |
download | justbuild-b127c86625b5b6751d47e21f431bc7f748ac8ded.tar.gz |
rules: Add documentation for the implict dependencies
Diffstat (limited to 'rules/patch')
-rw-r--r-- | rules/patch/RULES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/patch/RULES b/rules/patch/RULES index 712a4877..6f4471ca 100644 --- a/rules/patch/RULES +++ b/rules/patch/RULES @@ -151,6 +151,7 @@ [ "The single source file to patch, typically an explicit file reference." ] , "patch": ["The patch to apply."] + , "patch-defaults": ["The patch binary (and toolchain) to use"] } , "artifacts_doc": ["The patched file, staged to the position the of the original file"] |