summaryrefslogtreecommitdiffstats
path: root/video/out/vo_sixel.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_sixel.c')
-rw-r--r--video/out/vo_sixel.c2
1 files changed, 1 insertions, 1 deletions
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,