diff --git a/doc/git-annex-findcomputed.mdwn b/doc/git-annex-findcomputed.mdwn index a1c6cf1351..8e1bafe7d0 100644 --- a/doc/git-annex-findcomputed.mdwn +++ b/doc/git-annex-findcomputed.mdwn @@ -18,7 +18,7 @@ was provided to [[git-annex-addcomputed]](1). For example: # git-annex findcomputed - foo.png (imageconvert) -- convert file.raw file.jpeg passes=10 + foo.jpeg (imageconvert) -- convert file.raw file.jpeg passes=10 bar.gz (compressor) -- compress bar --level=9 # OPTIONS diff --git a/doc/todo/compute_special_remote_remaining_todos.mdwn b/doc/todo/compute_special_remote_remaining_todos.mdwn index c067051833..44ffe03b8d 100644 --- a/doc/todo/compute_special_remote_remaining_todos.mdwn +++ b/doc/todo/compute_special_remote_remaining_todos.mdwn @@ -15,9 +15,10 @@ compute special remote. --[[Joey]] * annex.diskreserve can also be violated if computing a file gets source files that are larger than the disk reserve. This could be checked. -* Maybe add a file matching option, eg: +* Maybe add a file matching options, eg: - git-annex find --inputof=remote:file + git-annex find --computeinputof=remote:file + git-annex find --computeoutputof=remote:file * allow git-annex enableremote with program= explicitly specified, without checking annex.security.allowed-compute-programs