1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:07:46 +00:00

Base: Add icons to man pages for GUI applications

Differentiate GUI applications in man pages with icons.

This is the revert of the revert commit, now that the icon processing
was fixed in 89c0f84a28.
Revert: dae298e9df
Original: 74238d0aba

Co-authored-by: electrikmilk <brandonjordan124@gmail.com>
This commit is contained in:
Brian Gianforcaro 2022-01-17 02:30:28 -08:00 committed by Brian Gianforcaro
parent 89c0f84a28
commit 64dfb3a28f
21 changed files with 24 additions and 24 deletions

View file

@ -1,6 +1,6 @@
## Name
Eyes
![Icon](/res/icons/16x16/app-eyes.png) Eyes
## Synopsis
@ -16,5 +16,3 @@ $ Eyes [--num-eyes number] [--max-in-row number] [--grid-rows number] [--grid-co
* `-m number`, `--max-in-row number`: Maximum number of eyes in a row
* `-r number`, `--grid-rows number`: Number of rows in grid (incompatible with --number)
* `-c number`, `--grid-cols number`: Number of columns in grid (incompatible with --number)
<!-- Auto-generated through ArgsParser -->