Skip to content

Commit

Permalink
Rename .go namespace files
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby authored and juanfont committed Jan 18, 2023
1 parent e3a2593 commit af1ec5a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit af1ec5a

Please sign in to comment.