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 | 6398d0947673a75cf15544af34f038ff8b18b51b (patch) | |
tree | 770b3256c8421888a5fb9a740efdca4ce8d5b4a5 /patch | |
parent | b539d47269b7c3592879056f543301d16595d75b (diff) | |
download | rules-cc-6398d0947673a75cf15544af34f038ff8b18b51b.tar.gz |
Fix rule doc string of patch defaults
Diffstat (limited to 'patch')
-rw-r--r-- | patch/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/RULES b/patch/RULES index 6f4471c..d14f950 100644 --- a/patch/RULES +++ b/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." ] |