Skip to content

Commit 35e5711

Browse files
authored
Update src/fprime/util/cli.py
1 parent 8b11734 commit 35e5711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fprime/util/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def add_special_parsers(
256256
nargs="+",
257257
default=[],
258258
type=Path,
259-
help="Exclude directories from formatting",
259+
help="Exclude paths from formatting, taking precedence over all input mechanisms",
260260
)
261261

262262
return {

0 commit comments

Comments
 (0)