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:
parent
7f60090c43
commit
f21af0922a
2 changed files with 32 additions and 0 deletions
23
Base/usr/share/man/man1/QuickShow.md
Normal file
23
Base/usr/share/man/man1/QuickShow.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue