diff --git a/gec22_demo/vlc-oml.oedl b/gec22_demo/vlc-oml.oedl index 40e3d30..a243e95 100644 --- a/gec22_demo/vlc-oml.oedl +++ b/gec22_demo/vlc-oml.oedl @@ -44,7 +44,7 @@ defApplication('vlc') do |app| "quiet", "Remove all outputs on standard out", "-q", - :type => :string, :dynamic => false, :mandatory => true, :default => 'dummy') + :type => :boolean, :dynamic => false, :default => false) app.defMeasurement('audio') do |mp|