Performance Fixes

This commit is contained in:
Alec Scott
2021-06-09 21:28:39 -07:00
parent 82ba8d357f
commit 6eb4b47e37
2 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ var Root *cmd.Root
func init() {
Root = &cmd.Root{
Name: "hypr",
Name: "hyprspace",
Short: "Hyprspace Distributed Network",
Flags: &GlobalFlags{},
}