Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Oct 9, 2024
1 parent f3348a1 commit 62ca678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_cli/cli/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def init_node(env_file):
@click.option(
'--unsafe',
'unsafe_ok',
help='Allow unsafe turn-off',
help='Allow unsafe update',
hidden=True,
is_flag=True
)
Expand Down
2 changes: 1 addition & 1 deletion node_cli/cli/sync_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _init_sync(env_file, archive, catchup, historic_state):
@click.option(
'--unsafe',
'unsafe_ok',
help='Allow unsafe turn-off',
help='Allow unsafe update',
hidden=True,
is_flag=True
)
Expand Down

0 comments on commit 62ca678

Please sign in to comment.