Skip to content

Commit

Permalink
WIP for --watch
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Aug 5, 2016
1 parent 7656d0b commit a310eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/propane/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def parse_options(args)
end

options[:watch] = false
opts.on('-w', '--watch', 'Watch the sketch') do
opts.on('-w', '--watch', 'Watch the sketch (WIP)') do
options[:watch] = true
end

Expand Down

0 comments on commit a310eee

Please sign in to comment.