From 1f785c58ba0e8859657c0b55cfa9e9de5ae4416d Mon Sep 17 00:00:00 2001 From: urbanjost Date: Thu, 3 Dec 2020 18:45:39 -0500 Subject: Update fpm/src/fpm_command_line.f90 Co-authored-by: Laurence Kedward --- 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 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" ', & -- cgit v1.2.3