mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
Userland: Rename QuickShow => Image Viewer
The old name was a bit too ambiguous. This one is crystal clear. :^)
This commit is contained in:
parent
d039542c7c
commit
58d73ea36c
11 changed files with 50 additions and 50 deletions
23
Base/usr/share/man/man1/ImageViewer.md
Normal file
23
Base/usr/share/man/man1/ImageViewer.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
## Name
|
||||
|
||||
Image Viewer - SerenityOS image viewer
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ ImageViewer [file]
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
ImageViewer is an image viewing application for SerenityOS.
|
||||
|
||||
## Arguments
|
||||
|
||||
* `file`: The image file to be displayed.
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
$ ImageViewer /res/graphics/buggie.png
|
||||
```
|
|
@ -1,23 +0,0 @@
|
|||
## 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