Skip to content

Commit

Permalink
Fixed 'quiet' property
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryr committed Feb 25, 2015
1 parent 9d1c236 commit 10272eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gec22_demo/vlc-oml.oedl
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 10272eb

Please sign in to comment.