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 bash"
slug: rclone_genautocomplete_bash
url: /commands/rclone_genautocomplete_bash/
@ -137,7 +137,7 @@ rclone genautocomplete bash [output_file] [flags]
--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)
```