diff options
author | urbanjost <urbanjost@comcast.net> | 2021-02-21 08:51:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 08:51:01 -0500 |
commit | 372fa61dc53a0dd460d730aafec749b3f94d16e6 (patch) | |
tree | b466fa72a3a5603c4eee84f16046b71876a64f67 | |
parent | 40ee8d52681e1782e480a62fcac25b951f23d13f (diff) | |
download | fpm-372fa61dc53a0dd460d730aafec749b3f94d16e6.tar.gz fpm-372fa61dc53a0dd460d730aafec749b3f94d16e6.zip |
Update fpm/src/fpm_command_line.f90
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
-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 159babf..7260591 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -693,7 +693,7 @@ contains ' ', & 'DESCRIPTION ', & ' Run applications you have built in your fpm(1) project. ', & - ' By default applications in /appl or specified as "executable" in your ', & + ' By default applications in /app or specified as "executable" in your ', & ' "fpm.toml" manifest are used. Alternatively demonstration programs ', & ' in example/ or specified in the "example" section in "fpm.toml" ', & ' can be executed with this subcommand. ', & |