diff options
| author | Petter Rasmussen | 2016-02-21 21:22:01 +0100 |
|---|---|---|
| committer | Petter Rasmussen | 2016-02-21 21:22:01 +0100 |
| commit | 82dda1b1d2fab5692c483e514b42b931be7d550e (patch) | |
| tree | a04870cede75a0340abb1deca9c7afd0167208fc | |
| parent | 30b85159f73e0058d24f2d05ce419abc646644fc (diff) | |
| download | gdrive-82dda1b1d2fab5692c483e514b42b931be7d550e.tar.bz2 | |
s/sync list content/sync content/
| -rw-r--r-- | gdrive.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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{ |
