Skip to content

Commit f5bc2a2

Browse files
Fix auth register docs (#124)
1 parent d4d6f93 commit f5bc2a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/commands/auth.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ func NewAuthCommand(authWrapper wrappers.AuthWrapper) *cobra.Command {
2929
}
3030
createClientCmd := &cobra.Command{
3131
Use: "register",
32-
Short: "Register new oath2 client for ast",
32+
Short: "Register new oauth2 client for ast",
3333
Long: "Register new oath2 client and outputs its generated credentials in the format <key>=<value>.\n" +
3434
"If you wish to use this client with the cli set those credentials as environment variables.\n" +
35-
"On Linux just wrap this command with eval e.g:\n" +
35+
"On Linux just wrap this command with export e.g:\n" +
3636
"\n" +
37-
" eval $(ast auth register -u <user> -p <pass>) \n" +
37+
" export $(ast auth register -u <user> -p <pass>) \n" +
3838
"\n" +
3939
"On Windows you can use PowerShell e.g.:\n" +
4040
"\n" +

0 commit comments

Comments
 (0)