aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-12-13 13:44:17 +0100
committerSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-12-13 13:44:17 +0100
commit657318e635dca480555da7f6f74c67494c4f6848 (patch)
tree93fe55fc960fe037f94a67aea4ec42aba8c283ca
parent547805f21a5b9022eb7611e904319dec0eb48795 (diff)
downloadfpm-657318e635dca480555da7f6f74c67494c4f6848.tar.gz
fpm-657318e635dca480555da7f6f74c67494c4f6848.zip
Add fpm-install to cli help page
-rw-r--r--fpm/src/fpm_command_line.f901
1 files changed, 1 insertions, 0 deletions
diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90
index a98f2c2..63b1249 100644
--- a/fpm/src/fpm_command_line.f90
+++ b/fpm/src/fpm_command_line.f90
@@ -465,6 +465,7 @@ contains
' run Run the local package application programs ', &
' test Run the test programs ', &
' update Update and manage project dependencies ', &
+ ' install Install project ', &
' ', &
' Enter "fpm --list" for a brief list of subcommand options. Enter ', &
' "fpm --help" or "fpm SUBCOMMAND --help" for detailed descriptions. ', &