mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Tweak description
This commit is contained in:
parent
935723eb3b
commit
a3f9625818
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ struct CmdBuild : InstallablesCommand, MixDryRun, MixProfile
|
||||||
|
|
||||||
addFlag({
|
addFlag({
|
||||||
.longName = "rebuild",
|
.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},
|
.handler = {&buildMode, bmCheck},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue