diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/zen/zen.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/zen/zen.cpp b/src/zen/zen.cpp index 2e9cf6d01..7d3a9b9cd 100644 --- a/src/zen/zen.cpp +++ b/src/zen/zen.cpp @@ -331,9 +331,9 @@ main(int argc, char** argv) {"project-info", &ProjectInfoCmd, "Info on project or project oplog"}, {"project-stats", &ProjectStatsCmd, "Stats on project store"}, {"ps", &PsCmd, "Enumerate running zen server instances"}, - {"rpc-record-replay", &RpcReplayCmd, "Stops recording of cache rpc requests on a host"}, - {"rpc-record-start", &RpcStartRecordingCmd, "Replays a previously recorded session of rpc requests"}, - {"rpc-record-stop", &RpcStopRecordingCmd, "Starts recording of cache rpc requests on a host"}, + {"rpc-record-replay", &RpcReplayCmd, "Replays a previously recorded session of rpc requests"}, + {"rpc-record-start", &RpcStartRecordingCmd, "Starts recording of cache rpc requests on a host"}, + {"rpc-record-stop", &RpcStopRecordingCmd, "Stops recording of cache rpc requests on a host"}, {"run", &RunCmd, "Run command with special options"}, {"scrub", &ScrubCmd, "Scrub zen storage (verify data integrity)"}, {"serve", &ServeCmd, "Serve files from a directory"}, |