summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorBrendan Coles <bcoles@gmail.com>2021-03-12 14:34:36 +0000
committerAndreas Kling <kling@serenityos.org>2021-03-13 10:00:59 +0100
commitf21af0922aee3c5fe028f84846beed973b07926f (patch)
treeb2e8545c9eeab25433936144ed8c73b4a477f7fa /Base
parent7f60090c433ae902e6766c786d365fb56b2ab121 (diff)
downloadserenity-f21af0922aee3c5fe028f84846beed973b07926f.zip
QuickShow: Add help documentation
Diffstat (limited to 'Base')
-rw-r--r--Base/usr/share/man/man1/QuickShow.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/QuickShow.md b/Base/usr/share/man/man1/QuickShow.md
new file mode 100644
index 0000000000..ae1b0b4959
--- /dev/null
+++ b/Base/usr/share/man/man1/QuickShow.md
@@ -0,0 +1,23 @@
+## Name
+
+QuickShow - Serenity image viewer
+
+## Synopsis
+
+```**sh
+$ QuickShow [file]
+```
+
+## Description
+
+QuickShow is an image viewing application for Serenity.
+
+## Arguments
+
+* `file`: The image file to be displayed.
+
+## Examples
+
+```sh
+$ QuickShow /res/graphics/buggie.png
+```