mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Update src/nix/upgrade-nix.cc
Co-authored-by: Graham Christensen <graham@grahamc.com>
This commit is contained in:
parent
49da034ecd
commit
d4eb6059c9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ struct CmdUpgradeNix : MixDryRun, StoreCommand
|
|||
|
||||
std::string description() override
|
||||
{
|
||||
return "(deprecated) upgrade Nix to the latest stable version";
|
||||
return "deprecated in favor of determinate-nixd upgrade";
|
||||
}
|
||||
|
||||
std::string doc() override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue