mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Add optimize as an alias of optimise
This commit is contained in:
parent
68ba6ff470
commit
4e70c08002
@ -27,3 +27,4 @@ struct CmdOptimiseStore : StoreCommand
|
||||
};
|
||||
|
||||
static auto rCmdOptimiseStore = registerCommand2<CmdOptimiseStore>({"store", "optimise"});
|
||||
static auto rCmdOptimizeStore = registerCommand2<CmdOptimiseStore>({"store", "optimize"});
|
||||
|
Loading…
Reference in New Issue
Block a user