summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/--git-dir_and_--work-tree_options.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/--git-dir_and_--work-tree_options.mdwn b/doc/bugs/--git-dir_and_--work-tree_options.mdwn
index ebae56b04..d76a42bff 100644
--- a/doc/bugs/--git-dir_and_--work-tree_options.mdwn
+++ b/doc/bugs/--git-dir_and_--work-tree_options.mdwn
@@ -13,7 +13,7 @@ git-annex does not take into account the --git-dir and --work-tree command line
regular git add works:
- > git --git-dir =/tmp/test/.git --work-tree=/tmp/test add foo
+ > git --git-dir=/tmp/test/.git --work-tree=/tmp/test add foo
> git --git-dir=/tmp/test/.git --work-tree=/tmp/test status
# On branch master
#