diff options
author | Kalle Wallin <kaw@linux.se> | 2004-03-31 13:53:33 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-03-31 13:53:33 +0000 |
commit | 0f19ec9cc112f1368ad267388ed07c02ae631076 (patch) | |
tree | 2fd58ef0bc33ac8648aecec34caef96176f92efa /options.c | |
parent | 87e9bd7ada6d46718f1c72ec854b5bb6dcabb657 (diff) | |
download | mpd-0f19ec9cc112f1368ad267388ed07c02ae631076.tar.gz mpd-0f19ec9cc112f1368ad267388ed07c02ae631076.tar.xz mpd-0f19ec9cc112f1368ad267388ed07c02ae631076.zip |
Documentation changes for the 0.10.0 realease.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@555 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ static struct poptOption optionsTable[] = { "Connect to server on port [" DEFAULT_PORT_STR "].", "PORT" }, { "host", 'h', POPT_ARG_STRING, &mpd_host, 0, "Connect to server [" DEFAULT_HOST "].", "HOSTNAME" }, - { "passwd", 'P', POPT_ARG_STRING, &mpd_password, 0, + { "password", 'P', POPT_ARG_STRING, &mpd_password, 0, "Connect with password.", "PASSWORD" }, POPT_AUTOHELP { NULL, 0, 0, NULL, 0 } |