Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsson49 committed Sep 6, 2019
1 parent ac655e7 commit 66ba82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start/node/src/main/java/org/ethereum/beacon/node/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ public class Node implements Runnable {
description = {
"When an initial-state is specified, but db is not empty",
"specifies how to resolve the problem:",
" force-db-clean=true - tries to clean db",
" force-db-clean=true - exits with failure status.",
" force-db-clean=true - tries to clean db",
" force-db-clean=false - exits with failure status.",
"False by default."
}
)
Expand Down

0 comments on commit 66ba82b

Please sign in to comment.