From 838ba4cd01bb9a41495d9c12d3bb81c7dfe3d697 Mon Sep 17 00:00:00 2001 From: milancurcic Date: Tue, 12 Jan 2021 17:37:36 -0500 Subject: update the help message for fpm new --- fpm/src/fpm_command_line.f90 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90 index 2f39d23..b7b5c2e 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -820,9 +820,8 @@ contains ' ', & 'OPTIONS ', & ' NAME the name of the project directory to create. The name ', & - ' must be a valid Fortran name composed of 1 to 63 ', & - ' ASCII alphanumeric characters and underscores, ', & - ' starting with a letter. ', & + ' must be made of up to 63 ASCII letters, digits, underscores, ', & + ' or hyphens, and start with a letter. ', & ' ', & ' The default is to create all of the src/, app/, and test/ ', & ' directories. If any of the following options are specified ', & -- cgit v1.2.3