aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorurbanjost <urbanjost@comcast.net>2020-12-03 18:45:39 -0500
committerGitHub <noreply@github.com>2020-12-03 18:45:39 -0500
commit1f785c58ba0e8859657c0b55cfa9e9de5ae4416d (patch)
tree06e84b3b68b54edc8d93e9570e80e214bd537781
parent717d648723d40b53035fbd8bcf775e91135d3f56 (diff)
downloadfpm-1f785c58ba0e8859657c0b55cfa9e9de5ae4416d.tar.gz
fpm-1f785c58ba0e8859657c0b55cfa9e9de5ae4416d.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.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 7a27787..0ee167a 100644
--- a/fpm/src/fpm_command_line.f90
+++ b/fpm/src/fpm_command_line.f90
@@ -803,7 +803,7 @@ contains
' fpm test ', &
' ', &
' # run using compiler command "f90" ', &
- ' fpm test -compiler f90 ', &
+ ' fpm test --compiler f90 ', &
' ', &
' # run a specific test and pass arguments to the command ', &
' fpm test mytest -- -x 10 -y 20 --title "my title line" ', &