From 8593c4f70be57dbe07497e1c70fb294c4956d197 Mon Sep 17 00:00:00 2001 From: Amos Onn Date: Sun, 15 Jun 2014 02:06:08 +0300 Subject: ao_pcm: fix message strings Signed-off-by: wm4 --- audio/out/ao_pcm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/out/ao_pcm.c b/audio/out/ao_pcm.c index 1e8a0adf75..649c7072b1 100644 --- a/audio/out/ao_pcm.c +++ b/audio/out/ao_pcm.c @@ -149,8 +149,8 @@ static int init(struct ao *ao) priv->outputfilename, priv->waveheader ? "WAVE" : "RAW PCM", ao->samplerate, ao->channels.num, af_fmt_to_str(ao->format)); - MP_INFO(ao, "Info: Faster dumping is achieved with -no-video\n"); - MP_INFO(ao, "Info: To write WAVE files use -ao pcm:waveheader (default).\n"); + MP_INFO(ao, "Info: Faster dumping is achieved with --no-video\n"); + MP_INFO(ao, "Info: To write WAVE files use --ao=pcm:waveheader (default).\n"); priv->fp = fopen(priv->outputfilename, "wb"); if (!priv->fp) { -- cgit v1.2.3