Base: Add Terminal man page documentation

This commit is contained in:
Brendan Coles 2021-01-02 08:20:09 +00:00 committed by Andreas Kling
parent 69e3879b7a
commit a50583ade1
Notes: sideshowbarker 2024-07-19 00:12:31 +09:00

View File

@ -0,0 +1,23 @@
## Name
Terminal - Serenity terminal emulator
## Synopsis
```**sh
$ Terminal [options]
```
## Description
Terminal is a terminal emulator application for Serenity.
## Options
* `-e`: Execute this command inside the terminal
## Examples
```sh
$ Terminal -e Shell
```