Documentation/git-archive: spell --worktree-attributes correctly
authorThomas Rast <trast@student.ethz.ch>
Mon, 10 Jan 2011 12:57:43 +0000 (13:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Jan 2011 17:07:24 +0000 (09:07 -0800)
The --worktree-attributes option was correctly documented in ba053ea
(archive: do not read .gitattributes in working directory,
2009-04-18). However, later in 9b4c8b0 (archive documentation:
attributes are taken from the tree by default, 2010-02-10) the
misspelling "--work-tree-attributes" was used to refer to it. Fix
this.

Noticed-by: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found