From 0d481aa00ccbd0f5930644d8c0056ebad2d99f2b Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 28 Jul 2014 13:04:03 +0200 Subject: Document the reload feature Signed-off-by: Lukas Fleischer --- src/help.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/help.c') 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")) -- cgit v1.2.3-54-g00ecf