diff options
| author | Petter Rasmussen | 2016-01-16 23:19:16 +0100 | 
|---|---|---|
| committer | Petter Rasmussen | 2016-01-16 23:19:16 +0100 | 
| commit | 9eeb5957fb489f5b8ace9b55f653ae92b75c9acb (patch) | |
| tree | d26ac62ff85cf055fc5d1626d4f7d61a927bf2c7 /gdrive.go | |
| parent | 6e25407d7c1dde508f144802a2147d7c5abd6322 (diff) | |
| download | gdrive-9eeb5957fb489f5b8ace9b55f653ae92b75c9acb.tar.bz2 | |
Implemented file info
Diffstat (limited to 'gdrive.go')
| -rw-r--r-- | gdrive.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -142,7 +142,7 @@ func main() {          &cli.Handler{              Pattern: "[global options] info [options] <id>",              Description: "Show file info", -            Callback: handler, +            Callback: infoHandler,              Flags: cli.Flags{                  "global options": globalFlags,                  "options": []cli.Flag{ | 
