From bd8faa851940da3867ce49c62fe058c978214935 Mon Sep 17 00:00:00 2001 From: Shreesh Adiga <16567adigashreesh@gmail.com> Date: Tue, 1 Dec 2020 21:33:46 +0530 Subject: vo_sixel: Update description string of vo driver --- video/out/vo_sixel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/vo_sixel.c b/video/out/vo_sixel.c index cc5cc34ecc..6d8044a315 100644 --- a/video/out/vo_sixel.c +++ b/video/out/vo_sixel.c @@ -495,7 +495,7 @@ static void uninit(struct vo *vo) const struct vo_driver video_out_sixel = { .name = "sixel", - .description = "libsixel", + .description = "terminal graphics using sixels", .preinit = preinit, .query_format = query_format, .reconfig = reconfig, -- cgit v1.2.3