aboutsummaryrefslogtreecommitdiff
path: root/src/nix/profile.cc
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2020-12-07 15:13:36 +0100
committerRok Garbas <rok@garbas.si>2020-12-07 15:13:36 +0100
commit24db5b125f06f7f01f4afb024d41132ad1709801 (patch)
tree513ef449fc06963566c3f5cd8aefdc0ef6609d21 /src/nix/profile.cc
parent44da19f73cfa87bb09c14fe64fce97904db0970c (diff)
parent8a06edbf7e984bae426068189ff9a631bc26af72 (diff)
Merge remote-tracking branch 'origin/master' into cli-guideline
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"
},
};
}