Skip to content

Commit 47c410e

Browse files
authored
Fix typo in fpm-build synopsis (#407)
1 parent 9842deb commit 47c410e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpm/src/fpm_command_line.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ subroutine set_help()
817817
' build(1) - the fpm(1) subcommand to build a project ', &
818818
' ', &
819819
'SYNOPSIS ', &
820-
' fpm build [--profile PROF] [--flags FFLAGS] [--compiler COMPILER_NAME] [-list]', &
820+
' fpm build [--profile PROF] [--flag FFLAGS] [--compiler COMPILER_NAME] [-list]', &
821821
' ', &
822822
' fpm build --help|--version ', &
823823
' ', &

0 commit comments

Comments
 (0)