Skip to content

Commit 7e8f510

Browse files
authored
[docs] Explain --base_dir is always used in all yugabyted commands (#27219)
[docs] Explain `--base_dir` is always used in all `yugabyted` commands
1 parent b7e09ca commit 7e8f510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/yugabyted

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8177,7 +8177,7 @@ class ControlScript(object):
81778177
common_parser.add_argument(
81788178
"--data_dir", help=argparse.SUPPRESS)
81798179
common_parser.add_argument(
8180-
"--base_dir", help="Directory under which {} will store data, conf and logs".format(
8180+
"--base_dir", help="Directory under which {0} will store data, conf and logs. It defaults to `~/var`. On nodes started with a non-default `--base_dir`, this flag must be specified on every command so that {0} can identify the correct node".format(
81818181
SCRIPT_NAME), metavar="")
81828182
common_parser.add_argument(
81838183
"--log_dir", help=argparse.SUPPRESS)

0 commit comments

Comments
 (0)