git-svn.txt: fix description of fetch flags accepted by clone.
authorYann Dirson <ydirson@altern.org>
Tue, 7 Jul 2009 20:22:22 +0000 (22:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jul 2009 17:42:27 +0000 (10:42 -0700)
Signed-off-by: Yann Dirson <ydirson@altern.org>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt
index 1e8242b2124f906e9252177a59916d09c141d949..10af599b44a38981126af62652815b5d184e6774 100644 (file)
@@ -147,10 +147,10 @@ Skip "branches" and "tags" of first level directories;;
        or if a second argument is passed; it will create a directory
        and work within that.  It accepts all arguments that the
        'init' and 'fetch' commands accept; with the exception of
-       '--fetch-all'.   After a repository is cloned, the 'fetch'
-       command will be able to update revisions without affecting
-       the working tree; and the 'rebase' command will be able
-       to update the working tree with the latest changes.
+       '--fetch-all' and '--parent'.  After a repository is cloned,
+       the 'fetch' command will be able to update revisions without
+       affecting the working tree; and the 'rebase' command will be
+       able to update the working tree with the latest changes.
 
 'rebase'::
        This fetches revisions from the SVN parent of the current HEAD