Misc: Don't align whitespaces

It interferes with manpage formatting and causes

    --ascii source
        DESC

as

    --ascii
        source      DESC
This commit is contained in:
Muhammad Herdiansyah 2017-01-22 13:31:31 +07:00
parent f9555414e2
commit 96b5708e2e
2 changed files with 18 additions and 18 deletions

View File

@ -3733,12 +3733,12 @@ IMAGE BACKEND:
Possible values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'tycat', 'w3m' Possible values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'tycat', 'w3m'
--source source Which image or ascii file to use. --source source Which image or ascii file to use.
Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
--ascii source Shortcut to use 'ascii' backend. --ascii source Shortcut to use 'ascii' backend.
--caca source Shortcut to use 'caca' backend. --caca source Shortcut to use 'caca' backend.
--catimg source Shortcut to use 'catimg' backend. --catimg source Shortcut to use 'catimg' backend.
--iterm2 source Shortcut to use 'iterm2' backend. --iterm2 source Shortcut to use 'iterm2' backend.
--tycat source Shortcut to use 'tycat' backend. --tycat source Shortcut to use 'tycat' backend.
--w3m source Shortcut to use 'w3m' backend. --w3m source Shortcut to use 'w3m' backend.
--off Shortcut to use 'off' backend. --off Shortcut to use 'off' backend.
NOTE: 'source; can be any of the following: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' NOTE: 'source; can be any of the following: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'

View File

@ -181,23 +181,23 @@ Possible values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'tycat', 'w
Which image or ascii file to use. Which image or ascii file to use.
Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
.TP .TP
\fB\-\-ascii\fR \fB\-\-ascii\fR source
source Shortcut to use 'ascii' backend. Shortcut to use 'ascii' backend.
.TP .TP
\fB\-\-caca\fR \fB\-\-caca\fR source
source Shortcut to use 'caca' backend. Shortcut to use 'caca' backend.
.TP .TP
\fB\-\-catimg\fR \fB\-\-catimg\fR source
source Shortcut to use 'catimg' backend. Shortcut to use 'catimg' backend.
.TP .TP
\fB\-\-iterm2\fR \fB\-\-iterm2\fR source
source Shortcut to use 'iterm2' backend. Shortcut to use 'iterm2' backend.
.TP .TP
\fB\-\-tycat\fR \fB\-\-tycat\fR source
source Shortcut to use 'tycat' backend. Shortcut to use 'tycat' backend.
.TP .TP
\fB\-\-w3m\fR \fB\-\-w3m\fR source
source Shortcut to use 'w3m' backend. Shortcut to use 'w3m' backend.
.TP .TP
\fB\-\-off\fR \fB\-\-off\fR
Shortcut to use 'off' backend. Shortcut to use 'off' backend.