about summary refs log tree commit diff stats
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index a18de2fc..5499e589 100644
--- a/src/command.h
+++ b/src/command.h
@@ -27,6 +27,7 @@
 struct cmd_help_t {
     const gchar *usage;
     const gchar *short_help;
+    const gchar *long_help[50];
 };
 
 void command_init(void);