diff options
-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 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 |