aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpm/src/fpm_command_line.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90
index fc08f65..4f45cb3 100644
--- a/fpm/src/fpm_command_line.f90
+++ b/fpm/src/fpm_command_line.f90
@@ -463,7 +463,7 @@ contains
' fpm new --help|--version ', &
' ', &
'DESCRIPTION ', &
- ' "fpm new" creates a new programming project in a new directory .', &
+ ' "fpm new" creates a new programming project in a new directory. ', &
' ', &
' The "new" subcommand creates a directory with the specified ', &
' name and runs the command "git init" in that directory and ', &