Corrected —all example

This commit is contained in:
patrick 2022-09-29 21:52:31 +02:00
parent c30dfc35b9
commit bb9fa74826
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ To install the library `<lib>` using compiler `<compiler>` and MPI `<mpi>` make
```
To install all libraries with build recipes in `config`:
```
./libinstaller --compiler <compiler> --mpi <mpi> --<lib>
./libinstaller --compiler <compiler> --mpi <mpi> --all
```
For further supported options and their default values, please have a look at `./libinstaller -h`:
```