aboutsummaryrefslogtreecommitdiffstats
path: root/gdrive.go
diff options
context:
space:
mode:
Diffstat (limited to 'gdrive.go')
-rw-r--r--gdrive.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdrive.go b/gdrive.go
index a505d78..978e180 100644
--- a/gdrive.go
+++ b/gdrive.go
@@ -435,6 +435,12 @@ func main() {
Description: "Delete all sharing permissions (owner roles will be skipped)",
OmitValue: true,
},
+ cli.BoolFlag{
+ Name: "disableNotification",
+ Patterns: []string{"--no-notification"},
+ Description: "Disable notification e-mail when sharing to user or group. Cannot be disabled for ownership transfer.",
+ OmitValue: true,
+ },
),
},
},