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 36b4a09..d286f1b 100644
--- a/gdrive.go
+++ b/gdrive.go
@@ -577,6 +577,11 @@ func main() {
Description: "Write file content to stdout",
OmitValue: true,
},
+ cli.StringFlag{
+ Name: "path",
+ Patterns: []string{"--path"},
+ Description: "Download path",
+ },
),
},
},