Skip to content

Commit 0e792f0

Browse files
authored
CLI help repetition patch
1 parent f266033 commit 0e792f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_command_line.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ subroutine set_help()
13971397
' --runner CMD A command to prefix the program execution paths with. ', &
13981398
' see "fpm help runner" for further details. ', &
13991399
' --list list candidate basenames instead of running them. Note they', &
1400-
' --list will still be built if not currently up to date. ', &
1400+
' will still be built if not currently up to date. ', &
14011401
' --config-file PATH Custom location of the global config file. ', &
14021402
' -- ARGS optional arguments to pass to the test program(s). ', &
14031403
' The same arguments are passed to all test names ', &

0 commit comments

Comments
 (0)