From a0d2eedec53284d81132ae3f34d3357af527ce9c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 2 Oct 2014 04:53:47 +0200 Subject: added alle options to the manpage --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/options.c b/src/options.c index 354b3be..89c55fc 100644 --- a/src/options.c +++ b/src/options.c @@ -190,7 +190,7 @@ static GOptionGroup* options_get_rec_group(options_t* opt) { "rec-audio-encoder", 0, 0, G_OPTION_ARG_STRING, &opt->audio_enc_rec_, "pipeline for audio encoder for recording (i.e. audioconvert ! vorbisenc) - leave empty to use same as for RTP", "BIN DESCRIPTION" }, { "rec-mux", 0, 0, G_OPTION_ARG_STRING, &opt->rec_mux_, - "muxer elemenent for recording (i.e. matroskamux) - leave empty to disable recording", "ELEMENT" }, + "muxer element for recording (i.e. matroskamux) - leave empty to disable recording", "ELEMENT" }, { "rec-name-format", 0, 0, G_OPTION_ARG_STRING, &opt->rec_name_format_, "the recording file name format string, see manpage of strftime for the syntax", "FORMATSTRING" }, { NULL } -- cgit v1.2.3