From 5e7a858d5577e95b92523bb4b618a598a0a3bff8 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Sun, 24 Apr 2022 05:00:06 -0700 Subject: [PATCH] Document delete teamdrive allowitemdeletion (#1517) --- src/GamCommands.txt | 2 +- src/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GamCommands.txt b/src/GamCommands.txt index dbf7e7b1..e5ccf6a6 100644 --- a/src/GamCommands.txt +++ b/src/GamCommands.txt @@ -1839,7 +1839,7 @@ gam update teamdrive |(name ) [asad [(theme|themeid ) | ([customtheme ] [color ])] ( )* [hidden ] -gam delete teamdrive |(name ) +gam delete teamdrive |(name ) [allowitemdeletion|nukefromorbit] gam show teamdriveinfo |(name ) [asadmin] gam show teamdrives [query ] [asadmin] gam print teamdrives [query ] [todrive] [asadmin] diff --git a/src/setup.cfg b/src/setup.cfg index 09c82464..dd4030b0 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = GAM for Google Workspace -version = 6.0.20 +version = 6.0.21 description = Command line management for Google Workspaces long_description = file: readme.md long_description_content_type = text/markdown