diff options
-rw-r--r-- | src/fpm_command_line.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |