diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-09-14 19:57:45 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-09-14 19:57:45 +0200 |
commit | f359b9981ba3d81e33981018c4bcb83ab45830a3 (patch) | |
tree | b2bda62ae22e015bf873c30a793c0896b6bdce23 /src/nix/profile.cc | |
parent | 229ad612b8d678deee6c5077ff5a5f0b0085bd9e (diff) |
Generations -> profile versions
Diffstat (limited to 'src/nix/profile.cc')
-rw-r--r-- | src/nix/profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/profile.cc b/src/nix/profile.cc index 4c4a9bff4..ab0e88fa1 100644 --- a/src/nix/profile.cc +++ b/src/nix/profile.cc @@ -559,7 +559,7 @@ struct CmdProfileRollback : virtual StoreCommand, MixDefaultProfile, MixDryRun std::string description() override { - return "roll back to the previous version or a specified version of this profile"; + return "roll back to the previous version or a specified version of a profile"; } std::string doc() override |