aboutsummaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2014-07-28 13:04:03 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2014-07-28 13:12:42 +0200
commit0d481aa00ccbd0f5930644d8c0056ebad2d99f2b (patch)
tree5449690985d392ba20a3854209973dedfeb518e5 /src/help.c
parent1cf173106a3ba56ba9d56829bec112b5408cfebe (diff)
downloadcalcurse-0d481aa00ccbd0f5930644d8c0056ebad2d99f2b.tar.gz
calcurse-0d481aa00ccbd0f5930644d8c0056ebad2d99f2b.zip
Document the reload feature
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
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"))