From a2a46a68e7f75185f772fbef81a9ac8098d7a2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Wed, 9 Dec 2020 12:57:41 -0700 Subject: Specify the correct help for `fpm run -h` --- fpm/src/fpm_command_line.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3