From 5cc47de912f9d8d3f3750ab2b4489c36b2f23303 Mon Sep 17 00:00:00 2001 From: Mr-Kanister <68117355+Mr-Kanister@users.noreply.github.com> Date: Fri, 27 May 2022 10:32:25 +0200 Subject: [PATCH] docs/bisync: fixed typo (#6196) Fixed a little typo in /docs/content/bisync.md --- docs/content/bisync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/bisync.md b/docs/content/bisync.md index 8ab466527..7fdadf5f8 100644 --- a/docs/content/bisync.md +++ b/docs/content/bisync.md @@ -106,7 +106,7 @@ Optional Flags: Arbitrary rclone flags may be specified on the [bisync command line](/commands/rclone_bisync/), for example -`rclone bsync ./testdir/path1/ gdrive:testdir/path2/ --drive-skip-gdocs -v -v --timeout 10s` +`rclone bisync ./testdir/path1/ gdrive:testdir/path2/ --drive-skip-gdocs -v -v --timeout 10s` Note that interactions of various rclone flags with bisync process flow has not been fully tested yet.