Added long help with dummy data

This commit is contained in:
James Booth
2012-08-14 22:50:38 +01:00
parent 9fd7b2b3c2
commit 7972a9a8b4
2 changed files with 42 additions and 19 deletions

View File

@@ -27,6 +27,7 @@
struct cmd_help_t {
const gchar *usage;
const gchar *short_help;
const gchar *long_help[50];
};
void command_init(void);