Skip to content

Commit

Permalink
nix daemon: --process-ops help string touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
mupdt authored Nov 18, 2023
1 parent a670db8 commit 2b0a42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nix/daemon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ struct CmdDaemon : StoreCommand

addFlag({
.longName = "process-ops",
.description = "Forces the daemon to process received commands itself rather than forwarding the commands straight to the remote store. This is useful ",
.description = "Forces the daemon to process received commands itself rather than forwarding the commands straight to the remote store.",
.handler = {[&]() {
processOps = true;
}},
Expand Down

0 comments on commit 2b0a42c

Please sign in to comment.