ps: Fix implementation to alias to gerrit show-queue

This command was meant to be show-queue, but a typo caused it
to be show-caches.  Fix the binding.

Change-Id: Ib6ae43f096ed84fb1be3d793fcb41c21ec65a5a5
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2010-05-10 08:19:07 -07:00
parent c59e5eed68
commit 0dc1423215

View File

@@ -45,7 +45,7 @@ public class DefaultCommandModule extends CommandModule {
command(git, "receive-pack").to(Commands.key(gerrit, "receive-pack"));
command(git, "upload-pack").to(Upload.class);
command("ps").to(AdminShowCaches.class);
command("ps").to(AdminShowQueue.class);
command("kill").to(AdminKill.class);
command("scp").to(ScpCommand.class);