From 53b06aadcdf5b527d2df02e2a532c6257acceb22 Mon Sep 17 00:00:00 2001 From: milancurcic Date: Fri, 24 Jul 2020 12:53:16 -0400 Subject: drop uppercase USAGE and more descriptive tagline --- fpm/src/fpm.f90 | 4 ++-- 1 file 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:" -- cgit v1.2.3