aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorurbanjost <urbanjost@comcast.net>2020-12-03 18:47:04 -0500
committerGitHub <noreply@github.com>2020-12-03 18:47:04 -0500
commit6371552a374c1afb274efaf3e7e73d118a460764 (patch)
treede11ec42420e7fa5b3012e5f7427b3aeb105b9ae
parent022a587ac64c7e78c89885e7a09050208cc98296 (diff)
downloadfpm-6371552a374c1afb274efaf3e7e73d118a460764.tar.gz
fpm-6371552a374c1afb274efaf3e7e73d118a460764.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 e15181c..fa34d0a 100644
--- a/fpm/src/fpm_command_line.f90
+++ b/fpm/src/fpm_command_line.f90
@@ -349,7 +349,7 @@ contains
if(ii .gt. 0 .and. len(lines).gt. 0) then
write(stdout,'(g0)')(trim(lines(iii)), iii=1, ii)
else
- write(stdout,'(a)')'<WARNING: *printhelp* output requested is empty'
+ write(stdout,'(a)')'<WARNING> *printhelp* output requested is empty'
endif
endif
end subroutine printhelp