From 74380ee60524a67ee63a696c59dd56578b4ba922 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Fri, 18 Feb 2022 10:45:24 -0500 Subject: Be clear about what we're working with --- src/fpm_command_line.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 836c1a9..d176967 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -542,7 +542,7 @@ contains if(lget('list'))then help_text=help_list_dash elseif(len_trim(cmdarg).eq.0)then - write(stdout,'(*(a))')'Fortran Package Manager:' + write(stdout,'(*(a))')'fortran-lang.org Package Manager:' write(stdout,'(*(a))')' ' call printhelp(help_list_nodash) else -- cgit v1.2.3