aboutsummaryrefslogtreecommitdiff
path: root/src/nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-31 17:32:16 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-31 17:32:40 +0200
commita3f9625818ecb0c8a3c22c191340dac5a3120bb5 (patch)
treec3c5353f0233b5ed0c06e76518e1a5937acfe418 /src/nix
parent935723eb3b60819d7f5cda88487ef7ad39b19d3d (diff)
Tweak description
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/build.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/build.cc b/src/nix/build.cc
index bec25d8d8..613cc15eb 100644
--- a/src/nix/build.cc
+++ b/src/nix/build.cc
@@ -30,7 +30,7 @@ struct CmdBuild : InstallablesCommand, MixDryRun, MixProfile
addFlag({
.longName = "rebuild",
- .description = "Rebuild an already built package locally and compare the result to the existing store-paths.",
+ .description = "rebuild an already built package and compare the result to the existing store paths",
.handler = {&buildMode, bmCheck},
});
}