From 7f315c3bcbb4db18ce3efa5103798df92627b18f Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Thu, 21 May 2020 18:14:54 +0200 Subject: [PATCH] Fixed typo in rffit interactive help text. --- rffit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rffit.c b/rffit.c index 5a38646..e61949e 100644 --- a/rffit.c +++ b/rffit.c @@ -1085,7 +1085,7 @@ int main(int argc,char *argv[]) printf("z Start box to zoom\n"); printf("d Start box to delete points\n"); printf("A Zoom/delete points (left mouse button)\n"); - printf("h Highlight points in present window\n"); + printf("H Highlight points in present window\n"); printf("x Deselect all except highlighted\n"); printf("T Invert selection\n"); printf("D Delete highlighted points\n");