1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00

Add optimize as an alias of optimise

This commit is contained in:
detroyejr 2024-09-23 21:39:42 -04:00
parent 68ba6ff470
commit 4e70c08002

View file

@ -27,3 +27,4 @@ struct CmdOptimiseStore : StoreCommand
};
static auto rCmdOptimiseStore = registerCommand2<CmdOptimiseStore>({"store", "optimise"});
static auto rCmdOptimizeStore = registerCommand2<CmdOptimiseStore>({"store", "optimize"});