Skip to content

Commit c6d83fb

Browse files
simijrmfg
andauthored
fix: typo in cli help (#196)
threead -> thread Co-authored-by: Jeremy Fehr <[email protected]>
1 parent 7b3a1b1 commit c6d83fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/functions_framework/cli.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ def parse_args argv # rubocop:disable Metrics/MethodLength,Metrics/AbcSize
9898
op.on "-e", "--environment ENV", "Set the Rack environment" do |val|
9999
@env = val
100100
end
101-
op.on "--min-threads NUM", "Set the minimum threead pool size" do |val|
101+
op.on "--min-threads NUM", "Set the minimum thread pool size" do |val|
102102
@min_threads = val
103103
end
104-
op.on "--max-threads NUM", "Set the maximum threead pool size" do |val|
104+
op.on "--max-threads NUM", "Set the maximum thread pool size" do |val|
105105
@max_threads = val
106106
end
107107
op.on "--[no-]detailed-errors", "Set whether to show error details" do |val|

0 commit comments

Comments
 (0)