From c0ae9cffe07dae5d0ad50cd9311a5895a87dd3b1 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sun, 26 Jun 2022 10:38:44 +0800 Subject: [PATCH] Update tiv.cpp --- src/main/cpp/tiv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cpp/tiv.cpp b/src/main/cpp/tiv.cpp index 965629c..89bf538 100644 --- a/src/main/cpp/tiv.cpp +++ b/src/main/cpp/tiv.cpp @@ -488,7 +488,7 @@ std::ostream& operator<<(std::ostream& stream, size sz) { void emit_usage() { - std::cerr << "Terminal Image Viewer v1.1.0" << std::endl << std::endl; + std::cerr << "Terminal Image Viewer v1.1.1" << std::endl << std::endl; std::cerr << "usage: tiv [options] [...]" << std::endl << std::endl; std::cerr << " -0 : No block character adjustment, always use top half block char." << std::endl; std::cerr << " -256 : Use 256 color mode." << std::endl;