File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 " +
You can’t perform that action at this time.
0 commit comments