patrick
/
plasp
Archived
1
0
Fork 0

Minor formatting.

This commit is contained in:
Patrick Lühne 2016-08-14 16:35:38 +02:00
parent d03638919a
commit 0cf44da917
1 changed files with 4 additions and 3 deletions

View File

@ -5,10 +5,11 @@ $ plasp [files] [options]
``` ```
`plasp` automatically detects the language of the input files. `plasp` automatically detects the language of the input files.
Multiple files may be provided in an arbitrary order.
`[files]` may be omitted, in which case the input is read from `std::cin`. Multiple files may be provided in an arbitrary order.
The `[options]` are listed below: `[files]` may also be omitted, in which case the input is read from `std::cin`.
`plasp` supports the following options:
| **option** | **explanation** | | **option** | **explanation** |
|-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------| |-----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|