diff options
author | init current directory[i] <urbanjost@comcast.net> | 2020-12-02 18:03:05 -0500 |
---|---|---|
committer | init current directory[i] <urbanjost@comcast.net> | 2020-12-02 18:03:05 -0500 |
commit | 95cab05240361963b0e5f6ae588f1875de4d2015 (patch) | |
tree | 5d796fd94511f1dfad17d4ce0b5268d3c18eaa6f | |
parent | 51b0eda808b34403a61431d40b4966fe7f8b31cf (diff) | |
download | fpm-95cab05240361963b0e5f6ae588f1875de4d2015.tar.gz fpm-95cab05240361963b0e5f6ae588f1875de4d2015.zip |
errata
-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 dd50200..2e93366 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -504,7 +504,7 @@ contains ' + run Run the local package binaries. defaults to all binaries for ', & ' that release. ', & ' + test Run the tests. ', & - ' + help Alternate method for displaying subcommand help ', & + ' + help Alternate method for displaying subcommand help. ', & ' + list Display brief descriptions of all subcommands. ', & ' ', & ' Their syntax is ', & |