Skip to content

Commit d586dc4

Browse files
authored
(DOCSP-45722) Removes mention of a users list command since there is none available (#3446)
1 parent 11aa01e commit d586dc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/command/atlas-users.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ atlas users
1414

1515
Manage your Atlas users.
1616

17-
Create, list and manage your Atlas users.
17+
Create and manage your Atlas users.
1818

1919
Options
2020
-------

internal/cli/users/users.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
func Builder() *cobra.Command {
23-
description := "Create, list and manage your Atlas users."
23+
description := "Create and manage your Atlas users."
2424

2525
const use = "users"
2626
cmd := &cobra.Command{

0 commit comments

Comments
 (0)