summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-02 04:53:47 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-02 04:53:47 +0200
commita0d2eedec53284d81132ae3f34d3357af527ce9c (patch)
treeb46a8bc8c3e7e58e13c32e6cd5eee1c70bd72cd4 /src
parentadded manpage (diff)
added alle options to the manpage
Diffstat (limited to 'src')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
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 }