From 68350cd5c6d73ad210e1ae9d1dd102f4295639c1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 1 Jan 2023 17:55:24 +0000 Subject: test: Add appliction description to help output --- test/nsgif.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/nsgif.c b/test/nsgif.c index 7d61504..53c6a68 100644 --- a/test/nsgif.c +++ b/test/nsgif.c @@ -74,6 +74,7 @@ const struct cli_table cli = { .entries = cli_entries, .count = (sizeof(cli_entries))/(sizeof(*cli_entries)), .min_positional = 1, + .d = "NSGIF - A utility for inspecting and decoding GIFs with libnsgif", }; static void *bitmap_create(int width, int height) -- cgit v1.2.1