mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
Base: Add Terminal man page documentation
This commit is contained in:
parent
69e3879b7a
commit
a50583ade1
Notes:
sideshowbarker
2024-07-19 00:12:31 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/a50583ade11 Pull-request: https://github.com/SerenityOS/serenity/pull/4739
23
Base/usr/share/man/man1/Terminal.md
Normal file
23
Base/usr/share/man/man1/Terminal.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user