aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/help.c b/src/help.c
index 13a49fc..69e6be3 100644
--- a/src/help.c
+++ b/src/help.c
@@ -119,6 +119,8 @@ int display_help(const char *topic)
topic = "intro";
else if (!strcmp(topic, "generic-save"))
topic = "save";
+ else if (!strcmp(topic, "generic-reload"))
+ topic = "reload";
else if (!strcmp(topic, "generic-copy"))
topic = "copy_paste";
else if (!strcmp(topic, "generic-paste"))