Correct a small bug
The code misses a + sign on line 36.
This commit is contained in:
parent
e769d2239d
commit
31b959cc49
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class TerminalImageViewer {
|
|||
"TerminalImageViewer Java\n" +
|
||||
" - Use -w and -h to set the maximum width and height in characters (defaults: 80, 24).\n" +
|
||||
" - Use -256 for 256 color mode, -grayscale for grayscale and -stdin to obtain file names from stdin.\n" +
|
||||
" - When multiple files are supplied, -c sets the number of images per row (default: 4)."
|
||||
" - When multiple files are supplied, -c sets the number of images per row (default: 4)." +
|
||||
"NOTE: This version of TerminalImageViewer is not regularly updated. Please use the C++ version instead.\n");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue