Skip to content

Commit 2b9766e

Browse files
committed
fix: correct index-rebuild command name
Signed-off-by: Gabor Boros <[email protected]>
1 parent 419e9a8 commit 2b9766e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rethinkdb/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def main():
9494
cmd_main.add_command(cmd_dump, "dump")
9595
cmd_main.add_command(cmd_export, "export")
9696
cmd_main.add_command(cmd_import, "import")
97-
cmd_main.add_command(cmd_index_rebuild, "index_rebuild")
97+
cmd_main.add_command(cmd_index_rebuild, "index-rebuild")
9898
cmd_main.add_command(cmd_repl, "repl")
9999
cmd_main.add_command(cmd_restore, "restore")
100100

0 commit comments

Comments
 (0)