summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-08-25 18:17:20 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-08-28 10:32:12 +0200
commit105b681df60ddde908b4b416911f4dce3a48b022 (patch)
tree79c77ea19a831e7820c7244b5aed1fb6558d3194 /rules
parent10a5d3b3c93d4dfbae5705270aa68535dd789048 (diff)
downloadjustbuild-105b681df60ddde908b4b416911f4dce3a48b022.tar.gz
Fix rule doc string of patch defaults
Diffstat (limited to 'rules')
-rw-r--r--rules/patch/RULES2
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."
]