From f74904ee2c7cec936cac3f2536daa1d426739b80 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Jan 2023 15:15:41 -0400 Subject: [PATCH] remove --fast from man page git-annex move does not actually behave any differently with --fast than without it. (git-annex copy does) --- doc/git-annex-move.mdwn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/git-annex-move.mdwn b/doc/git-annex-move.mdwn index c2d5ec1e0c..7b29284d7c 100644 --- a/doc/git-annex-move.mdwn +++ b/doc/git-annex-move.mdwn @@ -75,12 +75,6 @@ Paths of files or directories to operate on can be specified. Use this option to move a specified key. -* `--fast` - - When moving content to a remote, avoid a round trip to check if the remote - already has content. This can be faster, but might skip moving content - to the remote in some cases. - * matching options The [[git-annex-matching-options]](1)