diff options
author | urbanjost <urbanjost@comcast.net> | 2020-12-03 18:46:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 18:46:11 -0500 |
commit | 87b9dfff20745706aae40043bfee45c167477c04 (patch) | |
tree | 37d82dfd4e30e0b9bdd334fca61b10dbbf5d5a32 | |
parent | 1f785c58ba0e8859657c0b55cfa9e9de5ae4416d (diff) | |
download | fpm-87b9dfff20745706aae40043bfee45c167477c04.tar.gz fpm-87b9dfff20745706aae40043bfee45c167477c04.zip |
Update fpm/src/fpm_command_line.f90
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
-rw-r--r-- | fpm/src/fpm_command_line.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90 index 0ee167a..f8d69e8 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -625,7 +625,7 @@ contains ' build(1) - the fpm(1) subcommand to build a project ', & ' ', & 'SYNOPSIS ', & - ' fpm build [--release][-compiler COMPILER_NAME] [-list] ', & + ' fpm build [--release][--compiler COMPILER_NAME] [-list] ', & ' ', & ' fpm build --help|--version ', & ' ', & |