diff options
| author | Stefan Boberg <[email protected]> | 2023-11-22 09:52:28 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-11-22 09:52:28 +0100 |
| commit | 24d663be49941b7d57dd6015df1611aae8cd5b21 (patch) | |
| tree | 8268344dc714228eb1ca3e0f9a8935b88aae9055 /src | |
| parent | 0.2.35-pre1 (diff) | |
| download | zen-24d663be49941b7d57dd6015df1611aae8cd5b21.tar.xz zen-24d663be49941b7d57dd6015df1611aae8cd5b21.zip | |
lined up rpc command descriptions with names
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"}, |