diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-08-13 15:58:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 15:58:18 +0200 |
commit | 6f891ed07aef779aa34a6ff42dbaa4080beb19ff (patch) | |
tree | 23eb39e171f0a36672d5642978fb54a67f2e3945 /src/fpm_command_line.f90 | |
parent | 6a90ad52837c2287d7d92d4cac6249f504c75135 (diff) | |
parent | d72d95396e75dfcea726f6363d3b8807708fdc4d (diff) | |
download | fpm-6f891ed07aef779aa34a6ff42dbaa4080beb19ff.tar.gz fpm-6f891ed07aef779aa34a6ff42dbaa4080beb19ff.zip |
Merge branch 'master' into compiler-object
Diffstat (limited to 'src/fpm_command_line.f90')
-rw-r--r-- | src/fpm_command_line.f90 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 90d7198..9c2da6b 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -921,14 +921,11 @@ contains ' o runs the command "git init" in that directory ', & ' o populates the directory with the default project directories ', & ' o adds sample Fortran source files ', & - ' o adds a ".gitignore" file for ignoring the build/ directory ', & - ' (where fpm-generated output will be placed) ', & ' ', & ' The default file structure (that will be automatically scanned) is ', & ' ', & ' NAME/ ', & ' fpm.toml ', & - ' .gitignore ', & ' src/ ', & ' NAME.f90 ', & ' app/ ', & @@ -989,8 +986,8 @@ contains ' depend extensively on non-default build options. ', & ' ', & ' --bare A minimal manifest file ("fpm.toml") is created and ', & - ' a ".gitignore" and "README.md" file is created but no ', & - ' directories or sample Fortran is generated. ', & + ' "README.md" file is created but no directories or ', & + ' sample Fortran are generated. ', & ' ', & ' --help print this help and exit ', & ' --version print program version information and exit ', & |