File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,13 +122,13 @@ def main(root):
122122 group = parser .add_mutually_exclusive_group ()
123123 parser .add_argument (
124124 "--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" ,
126126 default = False ,
127127 action = "store_true"
128128 )
129129 parser .add_argument (
130130 "--update-spec-lock-file" ,
131- help = "update fls .lock file" ,
131+ help = "update spec .lock file" ,
132132 action = "store_true"
133133 )
134134 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.
2323Each coding guideline has its ``:fls: `` option turned into a hyperlink to the corresponding element
2424within the FLS to be able to navigate there directly.
2525
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
2727deployed version of the Ferrocene Language Spec and the build is failed if there is discrepency.
2828
2929Links to the Rust standard library
You can’t perform that action at this time.
0 commit comments