diff options
Diffstat (limited to 'gdrive.go')
| -rw-r--r-- | gdrive.go | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -577,6 +577,11 @@ func main() {                          Description: "Write file content to stdout",                          OmitValue: true,                      }, +                    cli.StringFlag{ +                        Name: "path", +                        Patterns: []string{"--path"}, +                        Description: "Download path", +                    },                  ),              },          }, | 
