Update documentation

This commit is contained in:
Ross Scroggs
2016-05-12 22:58:44 -07:00
parent 8cc4710874
commit 8db8c48fd9
2 changed files with 2 additions and 0 deletions

View File

@@ -646,6 +646,7 @@ gam <UserTypeEntity> untrash message|messages query <Query> [doit] [max_to_untra
# Update user Gmail settings
#
gam <UserTypeEntity> show gmailprofile [todrive]
gam <UserTypeEntity> show gplusprofile [todrive]
gam <UserTypeEntity> arrows <Boolean>
gam <UserTypeEntity> delegate|delegates to <UserEntity>

View File

@@ -11,6 +11,7 @@ GAM 3.66
-Add domain to unqualified group <Name> in gam print group-members
-Add fields <MembersFieldNameList> argument to gam print group-members to allow field selection
MembersFieldNameList is a comma separated list of field names: email | group | id | name | role | type
-Add command to show Google+ profile.
GAM 3.65
-fix vacation issues (Ross)