diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-31 17:32:16 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-31 17:32:40 +0200 |
commit | a3f9625818ecb0c8a3c22c191340dac5a3120bb5 (patch) | |
tree | c3c5353f0233b5ed0c06e76518e1a5937acfe418 /src/nix | |
parent | 935723eb3b60819d7f5cda88487ef7ad39b19d3d (diff) |
Tweak description
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/build.cc | 2 |
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}, }); } |