Code

options: fix the --key-file help text
[ncmpc.git] / 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