From 24d663be49941b7d57dd6015df1611aae8cd5b21 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Wed, 22 Nov 2023 09:52:28 +0100 Subject: lined up rpc command descriptions with names --- src/zen/zen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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"}, -- cgit v1.2.3