File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,13 +122,13 @@ def main(root):
122
122
group = parser .add_mutually_exclusive_group ()
123
123
parser .add_argument (
124
124
"--ignore-spec-lock-diff" ,
125
- help = "ignore fls .lock file differences with live release -- for WIP branches only" ,
125
+ help = "ignore spec .lock file differences with live release -- for WIP branches only" ,
126
126
default = False ,
127
127
action = "store_true"
128
128
)
129
129
parser .add_argument (
130
130
"--update-spec-lock-file" ,
131
- help = "update fls .lock file" ,
131
+ help = "update spec .lock file" ,
132
132
action = "store_true"
133
133
)
134
134
group .add_argument (
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Coverage of the coding guidlines over the FLS is calculated.
23
23
Each coding guideline has its ``:fls: `` option turned into a hyperlink to the corresponding element
24
24
within the FLS to be able to navigate there directly.
25
25
26
- Further an ``fls .lock `` file located at ``root/src/fls .lock `` is validated against the currently
26
+ Further an ``spec .lock `` file located at ``root/src/spec .lock `` is validated against the currently
27
27
deployed version of the Ferrocene Language Spec and the build is failed if there is discrepency.
28
28
29
29
Links to the Rust standard library
You can’t perform that action at this time.
0 commit comments