Skip to content

Commit

Permalink
word
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 18, 2019
1 parent 651a856 commit 1ecd4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zold/commands/node.rb
Expand Up @@ -357,7 +357,7 @@ def node_alias(opts, address)
def farmer(opts)
case opts['farmer'].downcase.strip
when 'plain'
@log.debug('"Plain" farmer is used, only one CPU will be utilized')
@log.debug('"Plain" farmer is used, only one CPU core will be utilized')
Farmers::Plain.new
when 'fork'
@log.debug('"Fork" farmer is used')
Expand Down

0 comments on commit 1ecd4c0

Please sign in to comment.