Skip to content

Commit

Permalink
fix help typo for local_ydb (#7464)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby authored Aug 5, 2024
1 parent 41cd042 commit 8eb98a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/public/tools/local_ydb/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
To update cluster (stop + start):
{prog} start --ydb-working-dir /absolute/path/to/working/directory --ydb-binary-path /path/to/kikimr/driver
{prog} update --ydb-working-dir /absolute/path/to/working/directory --ydb-binary-path /path/to/kikimr/driver
\x1b[0m
"""
program_name = 'local_ydb'
Expand Down

0 comments on commit 8eb98a4

Please sign in to comment.