aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-12-09 12:57:41 -0700
committerOndřej Čertík <ondrej@certik.us>2020-12-09 13:41:20 -0700
commita2a46a68e7f75185f772fbef81a9ac8098d7a2cb (patch)
tree4a001d27cb9ec7a2205d4dd3ffd7406f8696fc35
parent4eba2e0ee99d8d2ace1173d149ad2cf16910a705 (diff)
downloadfpm-a2a46a68e7f75185f772fbef81a9ac8098d7a2cb.tar.gz
fpm-a2a46a68e7f75185f772fbef81a9ac8098d7a2cb.zip
Specify the correct help for `fpm run -h`
-rw-r--r--fpm/src/fpm_command_line.f902
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()