pot argument fix (#1498)

* pot argument fix

* removing '\'
This commit is contained in:
SeungheonOh 2020-07-07 11:47:51 -05:00 committed by GitHub
parent 77a34f884d
commit 59335d3581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -4222,8 +4222,7 @@ display_image() {
"pot") "pot")
pot \ pot \
"$image" \ "$image" \
--size="$((width / font_width))x$((height / font_height))" \ --size="$((width / font_width))x$((height / font_height))"
--loader=std
;; ;;
"pixterm") "pixterm")