lib/dirwatch/options/parser.rb in dirwatch-0.0.4 vs lib/dirwatch/options/parser.rb in dirwatch-0.0.5
- old
+ new
@@ -70,10 +70,10 @@
throw :exit, 1
end
end
class WatchParser < Parser
- @command_name = "#{Parser::COMMAND_NAME} [options] [directory]"
+ @command_name = "#{Parser::COMMAND_NAME} [options] [directory|file]"
@action = :watch
class << self
attr_reader :command_name, :action
end