mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
fix: Improve consistency on CLI help (#4112)
This makes the english consistent on flags, and improves the contrast for the placeholder color on dark themes.
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
|
||||
func users() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Short: "Create, remove, and list users",
|
||||
Short: "Manage users",
|
||||
Use: "users",
|
||||
Aliases: []string{"user"},
|
||||
}
|
||||
|
Reference in New Issue
Block a user