diff options
-rw-r--r-- | fpm/src/fpm_command_line.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90 index 7fac111..6741aaf 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -137,7 +137,7 @@ contains & --runner " " & & --compiler "'//get_env('FPM_COMPILER','gfortran')//'" & & --verbose F& - & --',help_test,version_text) + & --',help_run,version_text) call check_build_vals() |