File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313var lockCmd = & cobra.Command {
1414 Use : "lock <user>" ,
1515 Short : "Lock (disable) a user managed by authd" ,
16- Long : `Lock a user so that it cannot log in.` ,
16+ Long : `Lock a user so that they cannot log in.` ,
1717 Args : cobra .ExactArgs (1 ),
1818 ValidArgsFunction : completion .Users ,
1919 RunE : func (cmd * cobra.Command , args []string ) error {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313var unlockCmd = & cobra.Command {
1414 Use : "unlock <user>" ,
1515 Short : "Unlock (enable) a user managed by authd" ,
16- Long : `Unlock a locked user so that it can log in again.` ,
16+ Long : `Unlock a locked user so that they can log in again.` ,
1717 Args : cobra .ExactArgs (1 ),
1818 ValidArgsFunction : completion .Users ,
1919 RunE : func (cmd * cobra.Command , args []string ) error {
You can’t perform that action at this time.
0 commit comments