Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Sep 12, 2024
1 parent b8c4c8e commit 4e88974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/runtime/doris-compose/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def add_parser(self, args_parsers):
default=True,
action=self._get_parser_bool_action(False),
help=
"Do set BE meta service endpoint in conf. Default is False."
"Do not set BE meta service endpoint in conf. Default is False."
)

if self._support_boolean_action():
Expand Down

0 comments on commit 4e88974

Please sign in to comment.