summaryrefslogtreecommitdiff
path: root/test/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cli.h')
-rw-r--r--test/cli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cli.h b/test/cli.h
index d7493e4..ffcd272 100644
--- a/test/cli.h
+++ b/test/cli.h
@@ -73,6 +73,7 @@ struct cli_table {
const struct cli_table_entry *entries;
size_t count;
size_t min_positional;
+ const char *d; /**< Description of this application for help output. */
};
/**