diff options
author | Matthew Bauer <mjbauer95@gmail.com> | 2020-06-17 12:31:01 -0400 |
---|---|---|
committer | Matthew Bauer <mjbauer95@gmail.com> | 2020-06-17 12:31:01 -0400 |
commit | 6438ba1e990ddf76602a70d5c1143b73ed31855c (patch) | |
tree | 29e0eb296c9ea7f6f1d4cb2b116289389202ae50 /src/nix/add-to-store.cc | |
parent | 9ac0d98a59ed042f698685234109d4b69bccf29c (diff) |
Update strings from review comment
Diffstat (limited to 'src/nix/add-to-store.cc')
-rw-r--r-- | src/nix/add-to-store.cc | 2 |
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}, }); } |