From: Jonathan Neuschäfer Date: Sat, 3 Sep 2011 12:27:24 +0000 (+0200) Subject: options: fix the --key-file help text X-Git-Tag: release-0.20~88 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ab45efc1a06f7cc0ba7739e383bc44e6014d44bc;p=ncmpc.git options: fix the --key-file help text --- 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