1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Increased help examples size

This commit is contained in:
James Booth 2015-09-28 21:39:09 +01:00
parent 9f4e2c036e
commit a12624ea75

View File

@ -43,7 +43,7 @@ typedef struct cmd_help_t {
const gchar *synopsis[50];
const gchar *desc;
const gchar *args[50][2];
const gchar *examples[10];
const gchar *examples[20];
} CommandHelp;
/*