We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419e9a8 commit 2b9766eCopy full SHA for 2b9766e
rethinkdb/cli/main.py
@@ -94,7 +94,7 @@ def main():
94
cmd_main.add_command(cmd_dump, "dump")
95
cmd_main.add_command(cmd_export, "export")
96
cmd_main.add_command(cmd_import, "import")
97
-cmd_main.add_command(cmd_index_rebuild, "index_rebuild")
+cmd_main.add_command(cmd_index_rebuild, "index-rebuild")
98
cmd_main.add_command(cmd_repl, "repl")
99
cmd_main.add_command(cmd_restore, "restore")
100
0 commit comments