summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index bcc1312..2ed8aed 100644
--- a/src/options.c
+++ b/src/options.c
@@ -184,7 +184,7 @@ int options_parse(options_t* opt, int argc, char* argv[])
{ "appname", 'n', 0, G_OPTION_ARG_STRING, &opt->appname_,
"set the application name (will be used by xvimagesink for window title)", "NAME" },
{ "videosink", 'V', 0, G_OPTION_ARG_STRING, &opt->preview_videosink_,
- "video sink element for local preview (i.e. xvimagesink) - leave empty to disable preview", "BIN DESCRIPTION" },
+ "video sink element for local preview (i.e. textoverlay text=\" preview \" ! xvimagesink) - leave empty to disable preview", "BIN DESCRIPTION" },
{ NULL }
};
GOptionContext *ctx = g_option_context_new("- spreadspace streaming hydra ");