diff options
author | urbanjost <urbanjost@comcast.net> | 2020-12-03 18:44:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 18:44:21 -0500 |
commit | 09872623ca1303dfe85a18b2fd2e9a18a08b7b13 (patch) | |
tree | e19155fcf256735a4d441016bbd1aa577100fd41 | |
parent | 8b9438e426567c276c224fde2a58417b29b79aa3 (diff) | |
download | fpm-09872623ca1303dfe85a18b2fd2e9a18a08b7b13.tar.gz fpm-09872623ca1303dfe85a18b2fd2e9a18a08b7b13.zip |
Update fpm/src/fpm_command_line.f90
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
-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 1143a25..d50b6d5 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -609,7 +609,7 @@ contains ' # run default programs in /app or as specified in "fpm.toml" ', & ' # using the compiler command "f90". ', & - ' fpm run -compiler f90 ', & + ' fpm run --compiler f90 ', & ' ', & ' # run a specific program and pass arguments to the command ', & ' fpm run mytest -- -x 10 -y 20 --title "my title line" ', & |