about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-09-28 21:39:09 +0100
committerJames Booth <boothj5@gmail.com>2015-09-28 21:39:09 +0100
commita12624ea753389cea2d16f179477d7f7b8aa5fa3 (patch)
treeb381a1db30dc32fd8eb8655fc3a8ffec2463dcac
parent9f4e2c036e0a4282922ba8203651dce51609e1bd (diff)
downloadprofani-tty-a12624ea753389cea2d16f179477d7f7b8aa5fa3.tar.gz
Increased help examples size
-rw-r--r--src/command/commands.h2
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;
 
 /*