fix incorrect doc change
authorJoey Hess <joeyh@joeyh.name>
Tue, 15 Dec 2015 18:14:19 +0000 (14:14 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 15 Dec 2015 18:14:19 +0000 (14:14 -0400)
doc/git-annex-add.mdwn

index 2f95f545507d32c9419c81f6cc7ec5e0a96f4c8f..772d7897136fef7099f65cb03837a55b82823b95 100644 (file)
@@ -23,9 +23,8 @@ modification of their content unless unlocked by [[git-annex-unlock]](1).
 To add a file to the annex in unlocked form, `git add` can be used instead 
 (that only works when the repository has annex.version 6 or higher).
 
-Files that are not annexed files (including symbolic links and files
-checked directly into git) will be staged in the index the same as if `git
-add` were used.
+This command can also be used to add symbolic links, both symlinks to
+annexed content, and other symlinks.
 
 # OPTIONS