mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
notcurses-view.1: add -q, -h to man page #1069
This commit is contained in:
parent
800f28a4f5
commit
46bd3dc4b4
@ -8,7 +8,7 @@ notcurses-view - Render images and video to a terminal
|
||||
|
||||
# SYNOPSIS
|
||||
|
||||
**notcurses-view** [**-h|--help**] [**-d delaymult**] [**-l loglevel**] [**-s scalemode**] [**-k**] files
|
||||
**notcurses-view** [**-h**] [**-q**] [**-d delaymult**] [**-l loglevel**] [**-s scalemode**] [**-k**] files
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
@ -30,6 +30,10 @@ or **braille**.
|
||||
|
||||
**-k**: Inhibit use of the alternate screen. Necessary if you want the output left on your terminal after the program exits.
|
||||
|
||||
**-q**: Don't print frame/timing information along the top of the screen.
|
||||
|
||||
**-h**: Print help information, and exit with success.
|
||||
|
||||
files: Select which files to render, and what order to render them in.
|
||||
|
||||
Default margins are all 0 and default scaling is **stretch**. The full
|
||||
|
Loading…
Reference in New Issue
Block a user