user description set

The user description set command changes the account description.

Usage

user description set --u UserName --d Description
RequiredArgumentDescription
Yes--u UserNameSpecifies the user account whose description you want to change.
Yes--d DescriptionSpecifies a description for the user. If the description contains spaces, enclose the description in quotes.

Example

This example changes the description of the user allan12 to "Allan P. Smith."

user description set --u allan12 --d "Allan P. Smith"