aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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. ', &