aboutsummaryrefslogtreecommitdiff
path: root/src/nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-06-17 12:31:01 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2020-06-17 12:31:01 -0400
commit6438ba1e990ddf76602a70d5c1143b73ed31855c (patch)
tree29e0eb296c9ea7f6f1d4cb2b116289389202ae50 /src/nix
parent9ac0d98a59ed042f698685234109d4b69bccf29c (diff)
Update strings from review comment
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/add-to-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/add-to-store.cc b/src/nix/add-to-store.cc
index 26edcf95a..7abb82556 100644
--- a/src/nix/add-to-store.cc
+++ b/src/nix/add-to-store.cc
@@ -26,7 +26,7 @@ struct CmdAddToStore : MixDryRun, StoreCommand
addFlag({
.longName = "flat",
.shortName = 0,
- .description = "use flat file ingestion",
+ .description = "add flat file to the Nix store",
.handler = {&ingestionMethod, FileIngestionMethod::Flat},
});
}