diff --git a/doc/git-annex-import.mdwn b/doc/git-annex-import.mdwn index 8a293fe15e..566dacc273 100644 --- a/doc/git-annex-import.mdwn +++ b/doc/git-annex-import.mdwn @@ -34,8 +34,8 @@ kinds of special remotes will let you configure them this way. A perhaps non-exhastive list is the directory, s3, and adb special remotes. To import from a special remote, you must specify the name of a branch. -A corresponding remote tracking branch will be updated by `git annex -import`. After that point, it's the same as if you had run a `git fetch` +A corresponding remote tracking branch will be updated by `git annex import`. +After that point, it's the same as if you had run a `git fetch` from a regular git remote; you can merge the changes into your currently checked out branch.