summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2023-01-01 17:55:24 +0000
committerMichael Drake <mdrake.unique@gmail.com>2023-01-01 18:02:44 +0000
commit68350cd5c6d73ad210e1ae9d1dd102f4295639c1 (patch)
tree587008b538614ee79aa73dc02df3523ad68c62ca /test
parent26dd4eae0c35b25d1f8cf9ce3896317cf04961ce (diff)
downloadlibnsgif-68350cd5c6d73ad210e1ae9d1dd102f4295639c1.tar.gz
libnsgif-68350cd5c6d73ad210e1ae9d1dd102f4295639c1.tar.bz2
test: Add appliction description to help output
Diffstat (limited to 'test')
-rw-r--r--test/nsgif.c1
1 files changed, 1 insertions, 0 deletions
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)