Rename .go namespace files

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2023-01-17 17:46:31 +01:00 committed by Juan Font
parent e3a2593344
commit af1ec5a593
3 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const (
var userCmd = &cobra.Command{
Use: "users",
Short: "Manage the users of Headscale",
Aliases: []string{"user", "ns", "user", "users"},
Aliases: []string{"user", "namespace", "ns"},
}
var createUserCmd = &cobra.Command{