- rename agent.rb to logstash-agent

This commit is contained in:
Pete Fritchman 2009-10-20 20:59:47 +00:00
parent 2edda3d34c
commit a6bb2b9405

View file

@ -68,7 +68,7 @@ def parse_options(args)
}
opts = OptionParser.new do |opts|
opts.banner = "Usage: agent.rb [options] configfile"
opts.banner = "Usage: logstash-agent [options] configfile"
opts.version = $version
opts.on("-d", "--debug", "Enable debug output") do |x|