diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-07-11 13:13:19 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-07-11 13:13:19 +0200 |
commit | 4205234f26211baa787fd18de0256622759fea8a (patch) | |
tree | 17c17d92dde257a0cf00a919d6ccf24e36287658 /src/nix/copy.cc | |
parent | b0c220c02ec584af282b9c7f493e4a4d2e429f8c (diff) | |
parent | 53247d6b116905e7233b1efd6c14845e20d27442 (diff) |
Merge remote-tracking branch 'origin/master' into flakes
Diffstat (limited to 'src/nix/copy.cc')
-rw-r--r-- | src/nix/copy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/copy.cc b/src/nix/copy.cc index 5f9051f40..b1aceb15c 100644 --- a/src/nix/copy.cc +++ b/src/nix/copy.cc @@ -36,7 +36,7 @@ struct CmdCopy : StorePathsCommand .set(&checkSigs, NoCheckSigs); mkFlag() - .longName("substitute") + .longName("substitute-on-destination") .shortName('s') .description("whether to try substitutes on the destination store (only supported by SSH)") .set(&substitute, Substitute); |