lib/awestruct/cli/options.rb in awestruct-0.5.6.beta7 vs lib/awestruct/cli/options.rb in awestruct-0.5.6.beta8

- old
+ new

@@ -101,10 +101,10 @@ end opts.on( '-a', '--auto', 'Auto-generate when changes are noticed' ) do |a| self.auto = a self.livereload = true end - opts.on( '--livereload', 'Support for browser livereload' ) do |livereload| + opts.on( '--[no-]livereload', 'Support for browser livereload' ) do |livereload| self.livereload = livereload end opts.on( '-P', '--profile PROFILE', 'Activate a configuration profile' ) do |profile| self.profile = profile