diff options
author | Brendan Coles <bcoles@gmail.com> | 2021-01-02 08:20:09 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-02 11:43:42 +0100 |
commit | a50583ade11d8cd2b237446bf3178e147015c8e3 (patch) | |
tree | 46133499c1a9be9e26c738abac9ccbde88b55160 /Base | |
parent | 69e3879b7a73f67d1e05c423e5afec830dc5ebbb (diff) | |
download | serenity-a50583ade11d8cd2b237446bf3178e147015c8e3.zip |
Base: Add Terminal man page documentation
Diffstat (limited to 'Base')
-rw-r--r-- | Base/usr/share/man/man1/Terminal.md | 23 |
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 +``` |