@@ -119,13 +119,14 @@ module fpm_command_line
119
119
character (len= :), allocatable :: val_runner, val_compiler, val_flag, val_cflag, val_ldflag, &
120
120
val_profile
121
121
122
+ ! '12345678901234567890123456789012345678901234567890123456789012345678901234567890',&
122
123
character (len= 80 ), parameter :: help_text_compiler(* ) = [character (len= 80 ) :: &
123
124
' --compiler NAME Specify a compiler name. The default is "gfortran"' ,&
124
125
' unless set by the environment variable FPM_FC.' ,&
125
- ' --c-compiler NAME Specify the C compiler name. By default automatic determined ' ,&
126
- ' unless set by the environment variable FPM_CC.' ,&
127
- ' --archiver NAME Specify the archiver name. By default automatic determined ' ,&
128
- ' unless set by the environment variable FPM_AR.' &
126
+ ' --c-compiler NAME Specify the C compiler name. Automatically determined by ' ,&
127
+ ' default unless set by the environment variable FPM_CC.' ,&
128
+ ' --archiver NAME Specify the archiver name. Automatically determined by ' ,&
129
+ ' default unless set by the environment variable FPM_AR.' &
129
130
]
130
131
131
132
character (len= 80 ), parameter :: help_text_flag(* ) = [character (len= 80 ) :: &
@@ -136,10 +137,11 @@ module fpm_command_line
136
137
' Note object and .mod directory locations are always' ,&
137
138
' built in.' ,&
138
139
' --c-flag CFLAGS selects compile arguments specific for C source in the build.' ,&
139
- ' The default value is set by the FPM_CFLAGS environment variable.' ,&
140
+ ' The default value is set by the FPM_CFLAGS environment' ,&
141
+ ' variable.' ,&
140
142
' --link-flag LDFLAGS' ,&
141
- ' select arguments passed to the linker for the build.' ,&
142
- ' The default value is set by the FPM_LDFLAGS environment variable.' &
143
+ ' select arguments passed to the linker for the build. The ' ,&
144
+ ' default value is set by the FPM_LDFLAGS environment variable.' &
143
145
]
144
146
145
147
0 commit comments