From ba6f46c1133458bb71a40c95fc0a93f262cb1655 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 13 Apr 2020 16:12:48 -0400 Subject: [PATCH] --auto doc wording try to make more clear that --auto is not --all --- doc/git-annex-copy.mdwn | 2 +- doc/git-annex-drop.mdwn | 2 +- doc/git-annex-get.mdwn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/git-annex-copy.mdwn b/doc/git-annex-copy.mdwn index 350175a5f6..494cda3d26 100644 --- a/doc/git-annex-copy.mdwn +++ b/doc/git-annex-copy.mdwn @@ -41,7 +41,7 @@ Paths of files or directories to operate on can be specified. * `--auto` - Rather than copying all specified files, only copy files that don't yet have + Rather than copying all specified files, only copy those that don't yet have the desired number of copies, or that are preferred content of the destination repository. See [[git-annex-preferred-content]](1) diff --git a/doc/git-annex-drop.mdwn b/doc/git-annex-drop.mdwn index bd272a948d..6b8415bf71 100644 --- a/doc/git-annex-drop.mdwn +++ b/doc/git-annex-drop.mdwn @@ -31,7 +31,7 @@ Paths of files or directories to drop can be specified. * `--auto` - Rather than trying to drop all specified files, drop only files that + Rather than trying to drop all specified files, drop only those that are not preferred content of the repository. See [[git-annex-preferred-content]](1) diff --git a/doc/git-annex-get.mdwn b/doc/git-annex-get.mdwn index 3a2700e8a8..abe5757816 100644 --- a/doc/git-annex-get.mdwn +++ b/doc/git-annex-get.mdwn @@ -20,7 +20,7 @@ be specified. * `--auto` - Rather than getting all specified files, get only files that don't yet + Rather than getting all the specified files, get only those that don't yet have the desired number of copies, or that are preferred content of the repository. See [[git-annex-preferred-content]](1)