diff options
-rw-r--r-- | fpm/src/fpm.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpm/src/fpm.f90 b/fpm/src/fpm.f90 index fe3079b..d04a62a 100644 --- a/fpm/src/fpm.f90 +++ b/fpm/src/fpm.f90 @@ -105,7 +105,7 @@ close(u) end subroutine subroutine print_help() -print *, "Fortran Package Manager (fpm)" +print *, "fpm - A Fortran package manager and build system" select case (get_os_type()) case (OS_LINUX) print *, "OS Type: Linux" @@ -115,7 +115,7 @@ select case (get_os_type()) print *, "OS Type: Windows" end select print * -print *, "USAGE:" +print *, "Usage:" print *, " fpm [COMMAND]" print * print *, "Valid fpm commands are:" |