diff options
author | Alexander Petrukhin <shmel1k@ydb.tech> | 2024-12-24 16:35:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-24 13:35:05 +0000 |
commit | a5622d4fabbfd03de7006f28395f5e36446c9f3b (patch) | |
tree | 448e41ea2716906639bb178fd1b5674fa90d1ebd | |
parent | 7daac538aaf884e897d9cfe6704e09417ffb4837 (diff) | |
download | ydb-a5622d4fabbfd03de7006f28395f5e36446c9f3b.tar.gz |
[ydbd_slice] add alias to kikimr for binary option on install (#12924)
-rw-r--r-- | ydb/tools/ydbd_slice/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/tools/ydbd_slice/__init__.py b/ydb/tools/ydbd_slice/__init__.py index 2482862486..891f2ee7ba 100644 --- a/ydb/tools/ydbd_slice/__init__.py +++ b/ydb/tools/ydbd_slice/__init__.py @@ -457,6 +457,7 @@ def binaries_args(): args = argparse.ArgumentParser(add_help=False) args.add_argument( "--binary", + "--kikimr", metavar="BIN", default=None, help="explicit path to ydbd" |