Fix affect effect typo in login cmd
This commit is contained in:
parent
94de5290e0
commit
b281269052
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ func NewCmdLogin(f *cmdutil.Factory, runF func(*LoginOptions) error) *cobra.Comm
|
|||
|
||||
The git protocol to use for git operations on this host can be set with %[1]s--git-protocol%[1]s,
|
||||
or during the interactive prompting. Although login is for a single account on a host, setting
|
||||
the git protocol will take affect for all users on the host.
|
||||
the git protocol will take effect for all users on the host.
|
||||
`, "`"),
|
||||
Example: heredoc.Doc(`
|
||||
# Start interactive setup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue