Skip to content

Commit 36890b8

Browse files
committed
cli help
1 parent d504a40 commit 36890b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/fpm_command_line.f90

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,9 @@ subroutine set_help()
11751175
help_text_build_common,&
11761176
help_text_compiler, &
11771177
help_text_flag, &
1178-
' --list list candidates instead of building or running them ', &
1178+
' --list list candidates instead of building or running them. ', &
1179+
' all dependencies are downloaded, and the build sequence ', &
1180+
' is saved to `build/compile_commands.json`. ', &
11791181
' --tests build all tests (otherwise only if needed) ', &
11801182
' --show-model show the model and exit (do not build) ', &
11811183
' --dump [FILENAME] save model representation to file. use JSON format ', &

0 commit comments

Comments
 (0)