Skip to content

Commit

Permalink
grndump: add description about -1
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 21, 2016
1 parent 6757c7e commit 08ef27d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/grndump
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ option_parser = OptionParser.new do |parser|
end

parser.on("--max-records=NUMBER", Integer,
"max NUMBER of records to dump",
"max NUMBER of records to dump.",
"you can use -1 to dump all records.",
"(#{options.max_records})") do |number|
options.max_records = number
end
Expand Down

0 comments on commit 08ef27d

Please sign in to comment.