aboutsummaryrefslogtreecommitdiffstats
path: root/drive/sync_download.go
diff options
context:
space:
mode:
Diffstat (limited to 'drive/sync_download.go')
-rw-r--r--drive/sync_download.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/drive/sync_download.go b/drive/sync_download.go
index d918858..f947142 100644
--- a/drive/sync_download.go
+++ b/drive/sync_download.go
@@ -31,7 +31,7 @@ func (self *Drive) DownloadSync(args DownloadSyncArgs) error {
return err
}
- fmt.Fprintln(args.Out, "Collecting local and remote file information...")
+ fmt.Fprintln(args.Out, "Collecting file information...")
files, err := self.prepareSyncFiles(args.Path, rootDir, args.Comparer)
if err != nil {
return err