mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
QuickShow: Add help documentation
This commit is contained in:
parent
7f60090c43
commit
f21af0922a
Notes:
sideshowbarker
2024-07-18 21:26:14 +09:00
Author: https://github.com/bcoles
Commit: f21af0922a
Pull-request: https://github.com/SerenityOS/serenity/pull/5745
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