Skip to content

Commit

Permalink
clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Sep 25, 2023
1 parent fe8f7f2 commit 7fa40e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fprime/fbuild/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,9 @@ def add_special_targets(
action="store_true",
)
# The following option is specified only to show up in --help.
# It is not handled by , in fprime.util.cli:validate()
# It is not handled by argparse, but in fprime.util.cli:validate()
generate_parser.add_argument(
"-D<VAR>=<VALUE>",
action="store_true",
help="Pass -D flags through to CMake. Can be used multiple times.",
)
purge_parser = subparsers.add_parser(
Expand Down

0 comments on commit 7fa40e0

Please sign in to comment.