From ab45efc1a06f7cc0ba7739e383bc44e6014d44bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Sat, 3 Sep 2011 14:27:24 +0200 Subject: [PATCH] options: fix the --key-file help text --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index aade81c..e2051c5 100644 --- a/src/options.c +++ b/src/options.c @@ -82,7 +82,7 @@ static const arg_opt_t option_table[] = { { 'h', "host", "HOST", "Connect to server on host" }, { 'P', "password","PASSWORD", "Connect with password" }, { 'f', "config", "FILE", "Read configuration from file" }, - { 'k', "key-file","FILE", "Read configuration from file" }, + { 'k', "key-file","FILE", "Read key bindings from file" }, #ifndef NDEBUG { 'K', "dump-keys", NULL, "Dump key bindings to stdout" }, #endif -- 2.30.2