kohler / gifsicle

Create, manipulate, and optimize GIF images and animations
http://www.lcdf.org/gifsicle/
GNU General Public License v2.0
3.79k stars 241 forks source link

Suggest `less` to view help instead of `more` #160

Closed Kevin-Mok closed 4 years ago

Kevin-Mok commented 4 years ago

This PR suggests using less to view the help text instead of more.

From more's man page:

[more] is especially primitive. Users should realize that 
less(1) provides more(1) emulation plus extensive 
enhancements.

From less's man page:

Less is a program similar to more (1), but which allows 
backward movement in the file as well as forward movement. 
Also, less does not have to read the entire input file 
before starting, so with large input files it starts up 
faster than text editors like vi (1). Less uses termcap (or 
terminfo on some systems), so it can run on a variety of 
terminals. There is even limited support for hardcopy 
terminals. (On a hardcopy terminal, lines which should be 
printed at the top of the screen are prefixed with a caret.)

Commands are based on both more and vi.
kohler commented 4 years ago

Haha ok