diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-25 17:06:14 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-25 17:06:14 -0400 |
commit | 850241b7fed075c8a0055ae77cb30d6485aaa795 (patch) | |
tree | bbae2d577ea7daf136cfb80cdf87e4ce76681f84 /doc/git-annex.mdwn | |
parent | 644cd4ca27e410ca567ec0f78acf2517d91d330e (diff) |
--auto is no longer a global option; only get, drop, and copy accept it.
Not a behavior change unless you were passing it to a command that ignored it.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index a7d6c341b..316d33537 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -653,12 +653,6 @@ may not be explicitly listed on their individual man pages. Enable less expensive, but also less thorough versions of some commands. What is avoided depends on the command. -* `--auto` - - Enable automatic mode. Commands that get, drop, or move file contents - will only do so when needed to help satisfy the setting of numcopies, - and preferred content configuration. - * `--quiet` Avoid the default verbose display of what is done; only show errors |