From 82dda1b1d2fab5692c483e514b42b931be7d550e Mon Sep 17 00:00:00 2001 From: Petter Rasmussen Date: Sun, 21 Feb 2016 21:22:01 +0100 Subject: s/sync list content/sync content/ --- gdrive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] ", + Pattern: "[global] sync content [options] ", Description: "List content of syncable directory", Callback: listRecursiveSyncHandler, FlagGroups: cli.FlagGroups{ -- cgit v1.2.3