aboutsummaryrefslogtreecommitdiffstats
path: root/gdrive.go
diff options
context:
space:
mode:
authorPetter Rasmussen2016-01-16 23:19:16 +0100
committerPetter Rasmussen2016-01-16 23:19:16 +0100
commit9eeb5957fb489f5b8ace9b55f653ae92b75c9acb (patch)
treed26ac62ff85cf055fc5d1626d4f7d61a927bf2c7 /gdrive.go
parent6e25407d7c1dde508f144802a2147d7c5abd6322 (diff)
downloadgdrive-9eeb5957fb489f5b8ace9b55f653ae92b75c9acb.tar.bz2
Implemented file info
Diffstat (limited to 'gdrive.go')
-rw-r--r--gdrive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdrive.go b/gdrive.go
index cf1c6ca..e623aa8 100644
--- a/gdrive.go
+++ b/gdrive.go
@@ -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{