diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 90e6a3f0fe..025cffa163 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -170,7 +170,8 @@ module fpm_command_line ' --flag FFLAGS selects compile arguments for the build, the default value is',& ' set by the FPM_FFLAGS environment variable. These are added ',& ' to the profile options if --profile is specified, else these ',& - ' options override the defaults. Note object and .mod ',& + ' are added to the defaults. To override the defaults, use the ',& + ' keyword [fortran] in the manifest. Note object and .mod ',& ' directory locations are always built in. ',& ' --c-flag CFLAGS selects compile arguments specific for C source in the build.',& ' The default value is set by the FPM_CFLAGS environment ',&