We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aa01e commit d586dc4Copy full SHA for d586dc4
docs/command/atlas-users.txt
@@ -14,7 +14,7 @@ atlas users
14
15
Manage your Atlas users.
16
17
-Create, list and manage your Atlas users.
+Create and manage your Atlas users.
18
19
Options
20
-------
internal/cli/users/users.go
@@ -20,7 +20,7 @@ import (
)
21
22
func Builder() *cobra.Command {
23
- description := "Create, list and manage your Atlas users."
+ description := "Create and manage your Atlas users."
24
25
const use = "users"
26
cmd := &cobra.Command{
0 commit comments