QuickShow: Add help documentation

This commit is contained in:
Brendan Coles 2021-03-12 14:34:36 +00:00 committed by Andreas Kling
commit f21af0922a
Notes: sideshowbarker 2024-07-18 21:26:14 +09:00
2 changed files with 32 additions and 0 deletions

View file

@ -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
```