We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d504a40 commit 36890b8Copy full SHA for 36890b8
src/fpm_command_line.f90
@@ -1175,7 +1175,9 @@ subroutine set_help()
1175
help_text_build_common,&
1176
help_text_compiler, &
1177
help_text_flag, &
1178
- ' --list list candidates instead of building or running them ', &
+ ' --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`. ', &
1181
' --tests build all tests (otherwise only if needed) ', &
1182
' --show-model show the model and exit (do not build) ', &
1183
' --dump [FILENAME] save model representation to file. use JSON format ', &
0 commit comments