diff options
author | urbanjost <urbanjost@comcast.net> | 2020-12-03 18:43:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 18:43:53 -0500 |
commit | 8b9438e426567c276c224fde2a58417b29b79aa3 (patch) | |
tree | e490aaaa70309e8b4f83d58d0217d52df9fa7427 | |
parent | d4aadcf14421420742d59bb05a6ce15e64ab56a3 (diff) | |
download | fpm-8b9438e426567c276c224fde2a58417b29b79aa3.tar.gz fpm-8b9438e426567c276c224fde2a58417b29b79aa3.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 5632f82..1143a25 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -772,7 +772,7 @@ contains ' test(1) - the fpm(1) subcommand to run project tests ', & ' ', & 'SYNOPSIS ', & - ' fpm test [[--target] NAME(s)][--release][-compiler COMPILER_NAME ] ', & + ' fpm test [[--target] NAME(s)][--release][--compiler COMPILER_NAME ] ', & ' [--runner "CMD"] [--list][-- ARGS] ', & ' ', & ' fpm test --help|--version ', & |