summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorBrendan Coles <bcoles@gmail.com>2021-01-02 08:20:09 +0000
committerAndreas Kling <kling@serenityos.org>2021-01-02 11:43:42 +0100
commita50583ade11d8cd2b237446bf3178e147015c8e3 (patch)
tree46133499c1a9be9e26c738abac9ccbde88b55160 /Base
parent69e3879b7a73f67d1e05c423e5afec830dc5ebbb (diff)
downloadserenity-a50583ade11d8cd2b237446bf3178e147015c8e3.zip
Base: Add Terminal man page documentation
Diffstat (limited to 'Base')
-rw-r--r--Base/usr/share/man/man1/Terminal.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/Terminal.md b/Base/usr/share/man/man1/Terminal.md
new file mode 100644
index 0000000000..9fdf5eaf65
--- /dev/null
+++ b/Base/usr/share/man/man1/Terminal.md
@@ -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
+```