aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Rasmussen2016-02-21 21:22:01 +0100
committerPetter Rasmussen2016-02-21 21:22:01 +0100
commit82dda1b1d2fab5692c483e514b42b931be7d550e (patch)
treea04870cede75a0340abb1deca9c7afd0167208fc
parent30b85159f73e0058d24f2d05ce419abc646644fc (diff)
downloadgdrive-82dda1b1d2fab5692c483e514b42b931be7d550e.tar.bz2
s/sync list content/sync content/
-rw-r--r--gdrive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdrive.go b/gdrive.go
index 94e000c..0711e75 100644
--- a/gdrive.go
+++ b/gdrive.go
@@ -419,7 +419,7 @@ func main() {
},
},
&cli.Handler{
- Pattern: "[global] sync list content [options] <fileId>",
+ Pattern: "[global] sync content [options] <fileId>",
Description: "List content of syncable directory",
Callback: listRecursiveSyncHandler,
FlagGroups: cli.FlagGroups{