[rygel] core: Don't use same short option twice
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel] core: Don't use same short option twice
- Date: Fri, 12 Jun 2009 12:24:29 -0400 (EDT)
commit 5188099bb24267c038c4e0fceb16765e7dab6684
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Jun 11 19:25:48 2009 +0300
core: Don't use same short option twice
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 ff4f3ed..59f409a 100644
--- a/src/rygel/rygel-cmdline-config.vala
+++ b/src/rygel/rygel-cmdline-config.vala
@@ -64,7 +64,7 @@ public class Rygel.CmdlineConfig : GLib.Object, Configuration {
"Disable transcoding", null },
{ "disable-mp3-transcoder", 'm', 0, OptionArg.NONE, ref no_mp3_trans,
"Disable MP3 transcoder", null },
- { "disable-mp2ts-transcoder", 'p', 0, OptionArg.NONE,
+ { "disable-mp2ts-transcoder", 's', 0, OptionArg.NONE,
ref no_mp2ts_trans,
"Disable mpeg2 transport stream transcoder", null },
{ "disable-lpcm-transcoder", 'l', 0, OptionArg.NONE, ref no_lpcm_trans,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]