diff options
-rw-r--r-- | fpm/src/fpm_command_line.f90 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90 index 3cb6203..0efc076 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -200,6 +200,7 @@ contains help_text=[character(len=widest) :: help_text, help_run] help_text=[character(len=widest) :: help_text, help_test] help_text=[character(len=widest) :: help_text, help_help] + help_text=[character(len=widest) :: help_text, help_list] help_text=[character(len=widest) :: help_text, version_text] case default ! note help_intrinsics is returning a fixed-length array |