Code

options: fix the --key-file help text
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sat, 3 Sep 2011 12:27:24 +0000 (14:27 +0200)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Fri, 16 Sep 2011 20:18:33 +0000 (22:18 +0200)
src/options.c

index aade81cfc1f79130de6da8d33066648bfa78f9c9..e2051c576fe578d527866dea9802fcaea18e0df8 100644 (file)
@@ -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