summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)