diff options
author | James Booth <boothj5@gmail.com> | 2015-09-28 21:39:09 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-09-28 21:39:09 +0100 |
commit | a12624ea753389cea2d16f179477d7f7b8aa5fa3 (patch) | |
tree | b381a1db30dc32fd8eb8655fc3a8ffec2463dcac | |
parent | 9f4e2c036e0a4282922ba8203651dce51609e1bd (diff) | |
download | profani-tty-a12624ea753389cea2d16f179477d7f7b8aa5fa3.tar.gz |
Increased help examples size
-rw-r--r-- | src/command/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.h b/src/command/commands.h index 3c1d52c7..e456e291 100644 --- a/src/command/commands.h +++ b/src/command/commands.h @@ -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; /* |