Skip to content

Commit ce889dc

Browse files
committed
build: Update docstring
Remove comments not valid anymore from docstring.
1 parent 4e978ce commit ce889dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mbed_tools/cli/build.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ def build(
6767
) -> None:
6868
"""Configure and build an Mbed project using CMake and Ninja.
6969
70-
If the project has already been configured and contains '.mbedbuild/mbed_config.cmake', this command will skip the
71-
Mbed configuration step and invoke CMake.
72-
7370
If the CMake configuration step has already been run previously (i.e a CMake build tree exists), then just try to
7471
build the project immediately using Ninja.
7572

0 commit comments

Comments
 (0)