Skip to content

Commit e09f9ca

Browse files
committed
Provide an example
1 parent 96bcdd2 commit e09f9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/egghunter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class OptsConsole
1414
def self.parse(args)
1515
options = {}
1616
parser = OptionParser.new do |opt|
17-
opt.banner = "Usage: #{__FILE__} [options]"
17+
opt.banner = "Usage: #{__FILE__} [options]\nExample: #{__FILE__} -f python -e W00T"
1818
opt.separator ''
1919
opt.separator 'Specific options:'
2020

0 commit comments

Comments
 (0)