aboutsummaryrefslogtreecommitdiff
path: root/src/nix/profile.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-12-03 23:26:23 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-12-03 23:26:23 +0100
commitfa8dad10edcebd942ce99e6413fa38e3fe883f15 (patch)
treed118720372f720191d0df4d28c6cba02ded70a99 /src/nix/profile.cc
parentea2062a2d9144d78588675950fc04756f0d200a5 (diff)
Typo
Diffstat (limited to 'src/nix/profile.cc')
-rw-r--r--src/nix/profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/profile.cc b/src/nix/profile.cc
index 75426b2e3..8cf5ccd62 100644
--- a/src/nix/profile.cc
+++ b/src/nix/profile.cc
@@ -413,7 +413,7 @@ struct CmdProfileDiffClosures : virtual StoreCommand, MixDefaultProfile
return {
Example{
"To show what changed between each generation of the NixOS system profile:",
- "nix profile diff-closure --profile /nix/var/nix/profiles/system"
+ "nix profile diff-closures --profile /nix/var/nix/profiles/system"
},
};
}