summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c36d9b)
raw | patch | inline | side by side (parent: 8c36d9b)
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Sat, 3 Sep 2011 12:27:24 +0000 (14:27 +0200) | ||
committer | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Fri, 16 Sep 2011 20:18:33 +0000 (22:18 +0200) |
src/options.c | patch | blob | history |
diff --git a/src/options.c b/src/options.c
index aade81cfc1f79130de6da8d33066648bfa78f9c9..e2051c576fe578d527866dea9802fcaea18e0df8 100644 (file)
--- a/src/options.c
+++ b/src/options.c
{ '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