aboutsummaryrefslogtreecommitdiffstats
path: root/gdrive.go
diff options
context:
space:
mode:
Diffstat (limited to 'gdrive.go')
-rw-r--r--gdrive.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdrive.go b/gdrive.go
index ecb6950..b607827 100644
--- a/gdrive.go
+++ b/gdrive.go
@@ -380,6 +380,11 @@ func main() {
Patterns: []string{"--email"},
Description: "The email address of the user or group to share the file with. Requires 'user' or 'group' as type",
},
+ cli.StringFlag{
+ Name: "domain",
+ Patterns: []string{"--domain"},
+ Description: "The name of Google Apps domain. Requires 'domain' as type",
+ },
cli.BoolFlag{
Name: "discoverable",
Patterns: []string{"--discoverable"},