[rygel] core: Unique short arg for disabling WMV transcoding
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Unique short arg for disabling WMV transcoding
- Date: Thu, 4 Nov 2010 12:29:56 +0000 (UTC)
commit 3e851b0f518e77687024509efafd0856929d7da6
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Nov 2 20:14:13 2010 +0200
core: Unique short arg for disabling WMV transcoding
src/rygel/rygel-cmdline-config.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-cmdline-config.vala b/src/rygel/rygel-cmdline-config.vala
index e39e04c..e3df816 100644
--- a/src/rygel/rygel-cmdline-config.vala
+++ b/src/rygel/rygel-cmdline-config.vala
@@ -77,7 +77,7 @@ internal class Rygel.CmdlineConfig : GLib.Object, Configuration {
"Disable mpeg2 transport stream transcoder", null },
{ "disable-lpcm-transcoder", 'l', 0, OptionArg.NONE, ref no_lpcm_trans,
"Disable Linear PCM transcoder", null },
- { "disable-wmv-transcoder", 'l', 0, OptionArg.NONE, ref no_wmv_trans,
+ { "disable-wmv-transcoder", 'w', 0, OptionArg.NONE, ref no_wmv_trans,
"Disable WMV transcoder", null },
{ "log-level", 'g', 0, OptionArg.INT, ref log_level,
"Log level. 1=critical,2=error,3=warning,4=message/info,5=debug",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]