Display current logged in user

See pulumi/docs#826.
This commit is contained in:
Luke Hoban 2019-01-31 09:16:45 -08:00 committed by Matt Ellis
parent 5211954f3a
commit c974bff8e0

View file

@ -26,8 +26,8 @@ import (
func newWhoAmICmd() *cobra.Command {
cmd := &cobra.Command{
Use: "whoami",
Short: "Display current logged in user",
Long: "Display current logged in user\n" +
Short: "Display the current logged-in user",
Long: "Display the current logged-in user\n" +
"\n" +
"Displays the username of the currently logged in user.",
Args: cmdutil.NoArgs,