bump version
This commit is contained in:
parent
e5c4677542
commit
c4e12b539a
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ cimg_library::CImg<unsigned char> load_rgb_CImg(const char *const &filename) {
|
||||||
// Implements --help
|
// Implements --help
|
||||||
void emit_usage() {
|
void emit_usage() {
|
||||||
std::cerr << R"(
|
std::cerr << R"(
|
||||||
Terminal Image Viewer v1.2
|
Terminal Image Viewer v1.2.1
|
||||||
usage: tiv [options] <image> [<image>...]
|
usage: tiv [options] <image> [<image>...]
|
||||||
-0 : No block character adjustment, always use top half block char.
|
-0 : No block character adjustment, always use top half block char.
|
||||||
-2, --256 : Use 256-bit colors. Needed to display properly on macOS Terminal.
|
-2, --256 : Use 256-bit colors. Needed to display properly on macOS Terminal.
|
||||||
|
|
Loading…
Reference in a new issue