docs: Fix version number

This commit is contained in:
Nick Craig-Wood 2017-09-30 15:22:00 +01:00
parent 1c10497b68
commit 911d121bb9
38 changed files with 112 additions and 112 deletions

View file

@ -1,5 +1,5 @@
---
date: 2017-09-30T14:20:12+01:00
date: 2017-09-30T14:21:35+01:00
title: "rclone genautocomplete"
slug: rclone_genautocomplete
url: /commands/rclone_genautocomplete/
@ -121,12 +121,12 @@ Run with --help to list the supported shells.
--track-renames When synchronizing, track file renames and do a server side move if possible
--transfers int Number of file transfers to run in parallel. (default 4)
-u, --update Skip files that are newer on the destination.
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
--user-agent string Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
-v, --verbose count[=-1] Print lots more stuff (repeat for more)
```
### SEE ALSO
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
* [rclone](/commands/rclone/) - Sync files and directories to and from local and remote object stores - v1.38
* [rclone genautocomplete bash](/commands/rclone_genautocomplete_bash/) - Output bash completion script for rclone.
* [rclone genautocomplete zsh](/commands/rclone_genautocomplete_zsh/) - Output zsh completion script for rclone.