1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:37:43 +00:00

QuickShow: Add help documentation

This commit is contained in:
Brendan Coles 2021-03-12 14:34:36 +00:00 committed by Andreas Kling
parent 7f60090c43
commit f21af0922a
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
```