diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-25 18:17:20 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-28 10:32:12 +0200 |
commit | 105b681df60ddde908b4b416911f4dce3a48b022 (patch) | |
tree | 79c77ea19a831e7820c7244b5aed1fb6558d3194 /rules | |
parent | 10a5d3b3c93d4dfbae5705270aa68535dd789048 (diff) | |
download | justbuild-105b681df60ddde908b4b416911f4dce3a48b022.tar.gz |
Fix rule doc string of patch defaults
Diffstat (limited to 'rules')
-rw-r--r-- | rules/patch/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/patch/RULES b/rules/patch/RULES index 6f4471ca..d14f9501 100644 --- a/rules/patch/RULES +++ b/rules/patch/RULES @@ -2,7 +2,7 @@ { "doc": [ "A rule to provide defaults." , "All targets take their defaults for PATCH from the target" - , "[\"\", \"defaults\"]. This is probably the only sensible" + , "[\"patch\", \"defaults\"]. This is probably the only sensible" , "use of this rule. As targets form a different root, the defaults" , "can be provided without changing this directory." ] |