aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2021-03-22 15:18:09 +0100
committerGitHub <noreply@github.com>2021-03-22 15:18:09 +0100
commit47c410e36a767976ed877e6b5ca41b4efdd8a668 (patch)
tree7bc3c44f5aa61c99c91f2390428421820cd6d960
parent9842deb2db98fee60a6d895469be5cd08b26c574 (diff)
downloadfpm-47c410e36a767976ed877e6b5ca41b4efdd8a668.tar.gz
fpm-47c410e36a767976ed877e6b5ca41b4efdd8a668.zip
Fix typo in fpm-build synopsis (#407)
-rw-r--r--fpm/src/fpm_command_line.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90
index 9d95977..b986cf7 100644
--- a/fpm/src/fpm_command_line.f90
+++ b/fpm/src/fpm_command_line.f90
@@ -817,7 +817,7 @@ contains
' build(1) - the fpm(1) subcommand to build a project ', &
' ', &
'SYNOPSIS ', &
- ' fpm build [--profile PROF] [--flags FFLAGS] [--compiler COMPILER_NAME] [-list]', &
+ ' fpm build [--profile PROF] [--flag FFLAGS] [--compiler COMPILER_NAME] [-list]', &
' ', &
' fpm build --help|--version ', &
' ', &